]> git.sesse.net Git - stockfish/commit
Tweak history initialization
authorStefan Geschwentner <stgeschwentner@gmail.com>
Tue, 4 Oct 2022 16:16:20 +0000 (18:16 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 8 Oct 2022 16:09:02 +0000 (18:09 +0200)
commite90341f9c9cd24e75aba2485b2ab1e445f4a5b70
tree9a8a713bf57a40658bbe1c66cb116bf5f5b501f4
parentd5271af0ee28cb52e1033f183f3b34754aa5efa0
Tweak history initialization

Simplify initialization of continuation history by using everywhere the same starting value.

STC:
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 90952 W: 24312 L: 24153 D: 42487
Ptnml(0-2): 356, 10168, 24290, 10285, 377
https://tests.stockfishchess.org/tests/view/633948f235f43d649ff61fd0

LTC:
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 162416 W: 43540 L: 43466 D: 75410
Ptnml(0-2): 77, 16289, 48417, 16333, 92
https://tests.stockfishchess.org/tests/view/6339ee8a35f43d649ff63986

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

Bench: 4156027
src/search.cpp
src/search.h
src/thread.cpp