]> git.sesse.net Git - stockfish/commit
do not store qsearch positions in TT as exact.
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 1 Nov 2021 07:40:33 +0000 (08:40 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 5 Nov 2021 21:20:37 +0000 (22:20 +0100)
commit45e5e65a28ce7e304c279fabf5f8a83cced73013
treef9c088056996e729b2d2c75cb15fb5997aa65fa9
parentc2b9134c6e7637ea375b4755a6f96dc772c6bb17
do not store qsearch positions in TT as exact.

in qsearch don't store positions in TT with the exact flag.

passed STC:
https://tests.stockfishchess.org/tests/view/617f9a29af49befdeee40231
LLR: 2.95 (-2.94,2.94) <-2.25,0.25>
Total: 155568 W: 39003 L: 39022 D: 77543
Ptnml(0-2): 403, 17854, 41305, 17803, 419

passed LTC:
https://tests.stockfishchess.org/tests/view/6180d47259e71df00dcc42a5
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 79640 W: 19993 L: 19910 D: 39737
Ptnml(0-2): 37, 8356, 22957, 8427, 43

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

Bench: 7531210
src/search.cpp