bdmendes / camel

Bitboard-based UCI-compatible chess/chess960 engine written from scratch in Rust.
https://lichess.org/@/camel_bot
GNU General Public License v3.0
22 stars 0 forks source link

Pack hash entries in 64 bits #205

Closed bdmendes closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Merging #205 (8d352ad) into master (2de99b8) will increase coverage by 1%. The diff coverage is 98%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #205 +/- ## ===================================== + Coverage 86% 86% +1% ===================================== Files 32 32 Lines 4245 4306 +61 Branches 4245 4306 +61 ===================================== + Hits 3639 3699 +60 - Misses 588 589 +1 Partials 18 18 ```
github-actions[bot] commented 5 months ago

Against v1.4.0 [hash=64; threads=1]: ✅ Elo difference: 59.64 +/- 23.52, LOS: 100.00 %, DrawRatio: 29.67 %

github-actions[bot] commented 5 months ago

Against master [hash=64; threads=1]: 🆗 Elo difference: -4.05 +/- 21.32, LOS: 35.47 %, DrawRatio: 41.17 %

github-actions[bot] commented 5 months ago

Against master [hash=256; threads=4]: 🆗 Elo difference: 13.90 +/- 38.33, LOS: 76.20 %, DrawRatio: 37.00 %

github-actions[bot] commented 5 months ago

Against v1.4.0 [hash=256; threads=4]: ✅ Elo difference: 31.35 +/- 38.70, LOS: 94.42 %, DrawRatio: 36.00 %