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

ai testing - MiniMax, MTDf, ABDADA work correctly, misc AI improvements #107

Closed Vadman97 closed 5 years ago

Vadman97 commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #107 into master will increase coverage by 5.17%. The diff coverage is 79.79%.

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   78.96%   84.14%   +5.17%     
==========================================
  Files          30       29       -1     
  Lines        1921     1905      -16     
==========================================
+ Hits         1517     1603      +86     
+ Misses        371      267     -104     
- Partials       33       35       +2