Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

Initial Jamboree Implementation #122

Closed dadhia closed 5 years ago

dadhia commented 5 years ago

This looks to be working based on basic testing. It usually has a better expected score and will play much faster than MiniMax. image

codecov[bot] commented 5 years ago

Codecov Report

Merging #122 into master will decrease coverage by 4.41%. The diff coverage is 1.45%.

@@            Coverage Diff            @@
##           master    #122      +/-   ##
=========================================
- Coverage   76.52%   72.1%   -4.42%     
=========================================
  Files          29      30       +1     
  Lines        2113    2248     +135     
=========================================
+ Hits         1617    1621       +4     
- Misses        458     591     +133     
+ Partials       38      36       -2