]> git.sesse.net Git - stockfish/commit
Tweak history updates
authorStefan Geschwentner <stgeschwentner@gmail.com>
Tue, 2 Aug 2022 21:14:14 +0000 (23:14 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 6 Aug 2022 11:50:01 +0000 (13:50 +0200)
commit675f6a038ba98b6b906a4767f009cf6fe91b0c52
tree8e815b8f2cbca71ad34fa185c07d42720459faed
parent582c88ee94c24b4352477ffacf8de2afc521bcce
Tweak history updates

In general the history update bonus is slightly decreased by 11% which gives a slower saturation speed.
In addition only for main history the divisor is halfed (used history values are doubled to maintain same maximum)
which have an effect in the opposite direction on saturation speed.

STC:
LLR: 2.95 (-2.94,2.94) <0.00,2.50>
Total: 157088 W: 42673 L: 42168 D: 72247
Ptnml(0-2): 857, 17346, 41642, 17833, 866
https://tests.stockfishchess.org/tests/view/62e5517ab383a712b13867c5

LTC:
LLR: 2.94 (-2.94,2.94) <0.50,3.00>
Total: 325592 W: 88705 L: 87753 D: 149134
Ptnml(0-2): 594, 32288, 96076, 33248, 590
https://tests.stockfishchess.org/tests/view/62e5e4f4b383a712b1387d53

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

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