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

Use random factor on top of move eval in threads #162

Closed bdmendes closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Merging #162 (a194a2b) into master (21a43bd) will increase coverage by 1%. The diff coverage is 100%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #162 +/- ## ===================================== + Coverage 86% 86% +1% ===================================== Files 31 31 Lines 4074 4074 Branches 4074 4074 ===================================== + Hits 3463 3464 +1 + Misses 597 596 -1 Partials 14 14 ```
github-actions[bot] commented 5 months ago

Against v1.4.0 [hash=64; threads=1]: 🆗 Elo difference: -9.27 +/- 23.65, LOS: 22.12 %, DrawRatio: 27.67 %

github-actions[bot] commented 5 months ago

Against master [hash=64; threads=1]: 🆗 Elo difference: -2.90 +/- 23.78, LOS: 40.57 %, DrawRatio: 26.83 %

github-actions[bot] commented 5 months ago

Against master [hash=256; threads=4]: 🆗 Elo difference: -3.47 +/- 39.23, LOS: 43.09 %, DrawRatio: 34.00 %

github-actions[bot] commented 5 months ago

Against v1.4.0 [hash=256; threads=4]: 🆗 Elo difference: 13.90 +/- 40.14, LOS: 75.21 %, DrawRatio: 31.00 %