]> git.sesse.net Git - stockfish/commit
Remove second futility pruning depth limit
authorVizvezdenec <Vizvezdenec@gmail.com>
Sat, 10 Jul 2021 21:09:15 +0000 (00:09 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 13 Jul 2021 15:33:20 +0000 (17:33 +0200)
commitdbd7f602d3c7622df294f87d7239b5aaf31f695f
tree95db9c607908550173fcf48de1437763435b8fa3
parentf4986f45967c613d92657f46b5a50f12dae15398
Remove second futility pruning depth limit

This patch removes futility pruning lmrDepth limit for futility pruning at parent nodes.
Since it's already capped by margin that is a function of lmrDepth there is no need to extra cap it with lmrDepth.

passed STC
https://tests.stockfishchess.org/tests/view/60e9b5dfd1189bed71812777
LLR: 2.97 (-2.94,2.94) <-2.50,0.50>
Total: 14872 W: 1264 L: 1145 D: 12463
Ptnml(0-2): 37, 942, 5369, 1041, 47

passed LTC
https://tests.stockfishchess.org/tests/view/60e9c635d1189bed71812790
LLR: 2.96 (-2.94,2.94) <-2.50,0.50>
Total: 40336 W: 1280 L: 1225 D: 37831
Ptnml(0-2): 24, 1057, 17960, 1094, 33

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

bench: 5064969
src/search.cpp