]> git.sesse.net Git - stockfish/commit
Simplify away condition in ttSave in probCut
authorbmc4 <bmc4@cin.ufpe.br>
Thu, 9 Jun 2022 13:37:24 +0000 (10:37 -0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 16 Jun 2022 05:12:01 +0000 (07:12 +0200)
commit6edc29d720b43383a04bd2208e9666a6f3173a64
tree27cfa05a1e217248c35fe64cc7d14364e494bc33
parent2d5dcf3d18842dc2cfb17e3dd64e0812bf01ab65
Simplify away condition in ttSave in probCut

Remove condition for tte->save in probCut so it always saves on probCut cutoff.

STC:
LLR: 2.95 (-2.94,2.94) <-2.25,0.25>
Total: 47848 W: 12921 L: 12782 D: 22145
Ptnml(0-2): 207, 5340, 12715, 5431, 231
https://tests.stockfishchess.org/tests/view/62a1f7c87bd8e641e44436f7

LTC:
LLR: 2.97 (-2.94,2.94) <-2.25,0.25>
Total: 132736 W: 35895 L: 35881 D: 60960
Ptnml(0-2): 109, 13384, 39360, 13414, 101
https://tests.stockfishchess.org/tests/view/62a2421a7bd8e641e444434f

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

bench: 5845802
src/search.cpp