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

change attackable board to bitboard (to improve evaluation), overhaul bitboard for 50x better performance #132

Closed Vadman97 closed 4 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #132 into master will decrease coverage by 2.45%. The diff coverage is 39.88%.

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
- Coverage   71.27%   68.82%   -2.46%     
==========================================
  Files          30       30              
  Lines        2214     2306      +92     
==========================================
+ Hits         1578     1587       +9     
- Misses        603      685      +82     
- Partials       33       34       +1