]> git.sesse.net Git - stockfish/commit
Simplify reduction on rootNode when bestMoveChanges is high
authorbmc4 <bmc4@cin.ufpe.br>
Mon, 29 Nov 2021 12:30:07 +0000 (09:30 -0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 1 Dec 2021 17:10:51 +0000 (18:10 +0100)
commit95a2ac1e073a6f7c3af8aeef2fc4fe8cbd6650cf
tree05061cc277f0da072453f71bc3c0034647e25eac
parent4b86ef8c4f8755850b38f2eca026cb9da20c4d01
Simplify reduction on rootNode when bestMoveChanges is high

The reduction introduced in #3736 also consider on rootNode, so we don't have to reduce again.

STC:
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 28736 W: 7494 L: 7329 D: 13913
Ptnml(0-2): 95, 3247, 7503, 3444, 79
https://tests.stockfishchess.org/tests/view/61a3abe01b7fdf52228e74d8

LTC:
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 47816 W: 12434 L: 12308 D: 23074
Ptnml(0-2): 37, 4972, 13755, 5116, 28
https://tests.stockfishchess.org/tests/view/61a3c3e39f0c43dae1c71d71

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

bench: 6331638
src/search.cpp