PGG106 / Alexandria

bitboard chess engine
GNU General Public License v3.0
97 stars 26 forks source link

Remove movesSearched variable #349

Closed cj5716 closed 8 months ago

cj5716 commented 8 months ago

Use totalMoves instead, and account for the offset by one

Elo | 0.36 +- 2.74 (95%) SPRT | 8.0+0.08s Threads=1 Hash=32MB LLR | 1.64 (-2.94, 2.94) [-3.00, 1.00] Games | N: 29308 W: 7012 L: 6982 D: 15314 Penta | [146, 3350, 7618, 3408, 132] https://chess.swehosting.se/test/5558/

However, it passes [-5, 0]

$ python3 sprt.py --wins 7012 --losses 6982 --draws 15314 --elo0 -5 --elo1 0
ELO: 0.356 +- 2.74 [-2.39, 3.1]
LLR: 4.02 [-5.0, 0.0] (-2.94, 2.94)
H1 Accepted

Bench: 6133386