]> git.sesse.net Git - stockfish/commit
Remove razoring history update.
authorStefan Geschwentner <stgeschwentner@gmail.com>
Sat, 28 Oct 2023 05:43:12 +0000 (07:43 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 3 Nov 2023 21:47:31 +0000 (22:47 +0100)
commit1cb9afbdc04fbb864ee48babe56c1e88867d11e9
treee4c83d20ade3f31ddfcb753d0b388bb129870cea
parent101d2bb8eae2c93c94013f56eae3af4faf8886f9
Remove razoring history update.

The recently commit 'Rewarding Quiet Moves that Enable Razoring' add a history update if razoring. But its contains also many tuned values all over the search. Following tests shows that the tuned values and not the added history update is responsible for the elo gain. So remove later.

Passed STC:
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 29376 W: 7641 L: 7410 D: 14325
Ptnml(0-2): 100, 3411, 7451, 3610, 116
https://tests.stockfishchess.org/tests/view/653c9fe1cc309ae839562070

Passed LTC:
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 242922 W: 59879 L: 59885 D: 123158
Ptnml(0-2): 129, 27764, 65688, 27744, 136
https://tests.stockfishchess.org/tests/view/653d06cbcc309ae839562735

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

Bench: 1286104
src/search.cpp