]> git.sesse.net Git - stockfish/commit
Simplify history update.
authorStefan Geschwentner <stgeschwentner@gmail.com>
Thu, 23 Nov 2023 21:13:11 +0000 (22:13 +0100)
committerDisservin <disservin.social@gmail.com>
Sat, 2 Dec 2023 10:23:15 +0000 (11:23 +0100)
commit13426a93c187c4953388a4484b8da69ee6f26fa3
tree637c18ab617e30530038cf32568d25eb52d5ea1f
parentb4e9ee72e36aadd0e653ac4ab5c07a9e3d639aca
Simplify history update.

Removal of the slowdown factor from the history update formula with
corresponding adjustment of the stat bonus used in the search.

Passed STC:
https://tests.stockfishchess.org/tests/view/655e1079136acbc573544744
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 128096 W: 32355 L: 32235 D: 63506
Ptnml(0-2): 466, 15187, 32573, 15405, 417

Passed LTC:
https://tests.stockfishchess.org/tests/view/655f4e60136acbc573546266
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 50652 W: 12653 L: 12459 D: 25540
Ptnml(0-2): 28, 5666, 13751, 5846, 35

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

Bench: 1303857
src/movepick.h
src/search.cpp