]> git.sesse.net Git - stockfish/commit
Simplify TT cutoff
authorStefan Geschwentner <stgeschwentner@gmail.com>
Thu, 20 Jul 2023 20:12:15 +0000 (22:12 +0200)
committerStéphane Nicolet <cassio@free.fr>
Mon, 24 Jul 2023 00:23:43 +0000 (02:23 +0200)
commit76e1e8fd39a08c0586259a76c880c3267cb85f62
tree8945a3da47f8b546682ee454cd8e5c29ada8c0ad
parent78e3d2ad78f1835d627ec40b9228e8b7dbb676ef
Simplify TT cutoff

Remove the exact bound condition from TT depth check.

STC:
https://tests.stockfishchess.org/tests/view/64b30b320cdec37b957359e9
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 332928 W: 84895 L: 85003 D: 163030
Ptnml(0-2): 1242, 39200, 85604, 39260, 1158

LTC:
https://tests.stockfishchess.org/tests/view/64b74e2adc56e1650abac0b6
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 92946 W: 23628 L: 23482 D: 45836
Ptnml(0-2): 38, 10033, 26192, 10165, 45

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

Bench: 1601764
src/search.cpp