]> git.sesse.net Git - stockfish/commit
Small simplification in history pruning.
authorStefan Geschwentner <stgeschwentner@gmail.com>
Fri, 19 May 2023 21:16:48 +0000 (23:16 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 20 May 2023 07:58:51 +0000 (09:58 +0200)
commit4f24ee086828e28df7d0b2dce5c13732139e7c19
treedcb633d5dccfd0b2262a6b24f9c88dbf1a300587
parentf030a1c592eabfa602ff8560d365e516298363ce
Small simplification in history pruning.

Remove the constant term of the history threshold which lowers the chance that pruning occurs.
As compensation allow pruning at a slightly higher depth.

Passed STC:
https://tests.stockfishchess.org/tests/view/64634c9a87f6567dd4df4901
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 101536 W: 27156 L: 27012 D: 47368
Ptnml(0-2): 266, 11165, 27772, 11289, 276

Passed LTC:
https://tests.stockfishchess.org/tests/view/6463d68b17982fde89d2bc2b
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 32154 W: 8741 L: 8543 D: 14870
Ptnml(0-2): 8, 3093, 9687, 3271, 18

Passed LTC: retest on top of VLTC tuning PR 4571 because this changes the history depth factor (use this new factor here)
https://tests.stockfishchess.org/tests/view/6467300e165c4b29ec0afd3f
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 99270 W: 26840 L: 26707 D: 45723
Ptnml(0-2): 36, 9753, 29928, 9878, 40

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

Bench: 2984341
src/search.cpp