Matthies / RubiChess

Another chess engine
GNU General Public License v3.0
155 stars 17 forks source link

Pruning #369

Closed Matthies closed 1 year ago

Matthies commented 1 year ago

ELO | 1.36 +- 3.53 (95%) SPRT | 10.0+0.10s Threads=1 Hash=8MB LLR | 2.95 (-2.94, 2.94) [-4.00, 1.00] GAMES | N: 19120 W: 4975 L: 4900 D: 9245

Simplifies the conditions for pruning and improves mating tested with matetrack to

Total fens:    6566
Found mates:   1769
Best mates:    1195

Also fixes output of wrong fail low score when search is interrupted.