]> git.sesse.net Git - stockfish/commit
Decrease depth for cutnodes with no tt move
authorMichael Chaly <Vizvezdenec@gmail.com>
Fri, 10 Sep 2021 08:38:50 +0000 (11:38 +0300)
committerStéphane Nicolet <cassio@free.fr>
Fri, 10 Sep 2021 09:50:43 +0000 (11:50 +0200)
commit30fdbf43283eb0d2f8e5ca325877d3e514758804
tree8cf62f244a0e926ce44a1a02b1a83ec45474650b
parentb7b6b4ba18bc9d291c2c2fd300c22a3e008dcbb2
Decrease depth for cutnodes with no tt move

By analogy to existing logic of decreasing depth for PvNodes w/o tt move
do the same for cutNodes.

Passed STC
https://tests.stockfishchess.org/tests/view/613abf5a689039fce12e1155
LLR: 2.94 (-2.94,2.94) <-0.50,2.50>
Total: 90336 W: 23108 L: 22804 D: 44424
Ptnml(0-2): 286, 10316, 23642, 10656, 268

Passed LTC
https://tests.stockfishchess.org/tests/view/613ae330689039fce12e1172
LLR: 2.94 (-2.94,2.94) <0.50,3.50>
Total: 37736 W: 9607 L: 9346 D: 18783
Ptnml(0-2): 21, 3917, 10730, 4180, 20

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

bench 5891181
src/search.cpp