]> git.sesse.net Git - stockfish/commit
Reduce more if current node has a lot of refuted moves.
authorMichael Chaly <Vizvezdenec@gmail.com>
Fri, 5 May 2023 04:54:12 +0000 (07:54 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 5 May 2023 05:12:47 +0000 (07:12 +0200)
commit2429e162890478a48ab9b1cf0c431de9ebaf9429
tree1b28e40fda808ea9d80ff23d99bd5b52b8584df0
parent72d542f00026fd8437e6033c95802714e4cd45d1
Reduce more if current node has a lot of refuted moves.

This patch refines idea of cutoff count - in master we reduce more if current node has at least 4 moves that are refuted by search, this patch increases this count by 1 if refutation happened without having a tt move.

Passed STC:
https://tests.stockfishchess.org/tests/view/645363c36206ee34ebf8191d
LLR: 2.95 (-2.94,2.94) <0.00,2.00>
Total: 67616 W: 18220 L: 17874 D: 31522
Ptnml(0-2): 142, 7346, 18504, 7656, 160

Passed LTC:
https://tests.stockfishchess.org/tests/view/6453a0ea6206ee34ebf82796
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 195228 W: 52741 L: 52140 D: 90347
Ptnml(0-2): 53, 18718, 59482, 19297, 64

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

bench 3448916
src/search.cpp