]> git.sesse.net Git - stockfish/commit
Simplify falling eval time factor.
authorStefan Geschwentner <stgeschwentner@gmail.com>
Fri, 10 Dec 2021 17:42:05 +0000 (18:42 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 11 Dec 2021 14:56:38 +0000 (15:56 +0100)
commitd579db34a3f7a26cd5502e79dafde2a80614d645
treeeb27be8fcab560d5a2345dba0dd1b62ff2ae21d7
parent9db6ca8592c2c372cc28d8c463dd9eeca464e893
Simplify falling eval time factor.

Remove the difference to previous best score in falling eval calculation. As compensation double the effect of the difference to previous best average score.

STC:
LLR: 2.95 (-2.94,2.94) <-2.25,0.25>
Total: 86944 W: 22363 L: 22285 D: 42296
Ptnml(0-2): 273, 9227, 24396, 9301, 275
https://tests.stockfishchess.org/tests/view/61b111ce06b4c2dcb1b11546

LTC:
LLR: 2.96 (-2.94,2.94) <-2.25,0.25>
Total: 134944 W: 34606 L: 34596 D: 65742
Ptnml(0-2): 66, 12941, 41456, 12935, 74
https://tests.stockfishchess.org/tests/view/61b19ca206b4c2dcb1b13a8b

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

Bench: 4729473
src/search.cpp