]> git.sesse.net Git - stockfish/commit
Remove early return in Probcut code
authorbmc4 <bmc4@cin.ufpe.br>
Thu, 13 May 2021 14:12:56 +0000 (11:12 -0300)
committerStéphane Nicolet <cassio@free.fr>
Sat, 15 May 2021 08:07:40 +0000 (10:07 +0200)
commit24b8b3098bc24ec576b7d03ffb72b2908e6c8c80
tree38af2001e18cea14e0d5f601e05a172347e98f3f
parentbd756ee45ce1181a90ec149892ccf0e4cfe3639e
Remove early return in Probcut code

We simplify away early return in ProbCut, as it seems not to bring any strength anymore.

STC:
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 42632 W: 3705 L: 3617 D: 35310
Ptnml(0-2): 123, 2947, 15110, 2991, 145
https://tests.stockfishchess.org/tests/view/609c49da7746e3dc74ffae02

LTC:
LLR: 2.96 (-2.94,2.94) <-2.50,0.50>
Total: 35384 W: 1314 L: 1251 D: 32819
Ptnml(0-2): 11, 1130, 15355, 1177, 19
https://tests.stockfishchess.org/tests/view/609c71467746e3dc74ffae47

---

While at it, we also update the Elo estimate of ProbCut
(see https://tests.stockfishchess.org/tests/view/609bfb597746e3dc74ffabe3).

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

bench: 3764662
src/search.cpp