1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-02 09:39:36 +00:00

Simplification away Cutoff Reset

STC:
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 150184 W: 39913 L: 39819 D: 70452
Ptnml(0-2): 493, 16796, 40474, 16782, 547
https://tests.stockfishchess.org/tests/view/63723e9e54d69a2f33911d3c

LTC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 58880 W: 15890 L: 15717 D: 27273
Ptnml(0-2): 35, 5765, 17659, 5954, 27
https://tests.stockfishchess.org/tests/view/6373baf49849fa7a36a65427

closes https://github.com/official-stockfish/Stockfish/pull/4231

Bench: 4035152
This commit is contained in:
VoyagerOne 2022-11-14 08:11:27 -05:00 committed by Joost VandeVondele
parent 219fa2f0a7
commit 41c6a74d37

View file

@ -1295,8 +1295,6 @@ moves_loop: // When in check, search starts here
}
}
}
else
ss->cutoffCnt = 0;
// If the move is worse than some previously searched move, remember it to update its stats later