sroelants / simbelmyne

A somewhat UCI compliant chess engine that could probably beat you.
GNU General Public License v3.0
17 stars 1 forks source link

Reduce `soft_time` to be `hard_time / 3` #200

Closed sroelants closed 6 months ago

sroelants commented 6 months ago

Makes a big difference. First time I ran into the engine not clearing depth 1 and crashing, though. (At least, that's what I think happened?)

Score of Simbelmyne vs Simbelmyne main: 413 - 304 - 453 [0.547]
...      Simbelmyne playing White: 214 - 157 - 214  [0.549] 585
...      Simbelmyne playing Black: 199 - 147 - 239  [0.544] 585
...      White vs Black: 361 - 356 - 453  [0.502] 1170
Elo difference: 32.5 +/- 15.6, LOS: 100.0 %, DrawRatio: 38.7 %
SPRT: llr 0 (0.0%), lbound -inf, ubound inf
1182 of 5000 games finished.

Player: Simbelmyne
   "Draw by 3-fold repetition": 225
   "Draw by fifty moves rule": 96
   "Draw by insufficient mating material": 127
   "Draw by stalemate": 5
   "Loss: Black mates": 157
   "Loss: White mates": 147
   "No result": 12
   "Win: Black mates": 199
   "Win: White mates": 214
Player: Simbelmyne main
   "Draw by 3-fold repetition": 225
   "Draw by fifty moves rule": 96
   "Draw by insufficient mating material": 127
   "Draw by stalemate": 5
   "Loss: Black mates": 199
   "Loss: White mates": 214
   "No result": 12
   "Win: Black mates": 157
   "Win: White mates": 147