]> git.sesse.net Git - stockfish/commit
Adjust reductions
authorcandirufish <38038147+candirufish@users.noreply.github.com>
Fri, 28 Apr 2023 17:05:56 +0000 (19:05 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 3 May 2023 18:41:33 +0000 (20:41 +0200)
commit72d542f00026fd8437e6033c95802714e4cd45d1
tree2d3a669c326e3e57b7210b281fc2b96565726f1e
parent21d6b69f7c8d0c0a71fe627714913a59d39a3b57
Adjust reductions

Decrease further on cutNodes with tte->depth() >= depth + 3 condition.

LTC: https://tests.stockfishchess.org/tests/view/644dc84bccf5e93df5e50c13
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 155346 W: 42184 L: 41660 D: 71502
Ptnml(0-2): 59, 14765, 47504, 15283, 62

STC: https://tests.stockfishchess.org/tests/view/644d05de68e01d8194cd9bbb
LLR: 2.93 (-2.94,2.94) <0.00,2.00>
Total: 121888 W: 32868 L: 32444 D: 56576
Ptnml(0-2): 332, 13273, 33343, 13631, 365

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

bench: 3739675
src/search.cpp