]> git.sesse.net Git - stockfish/commit
Simplify move history reduction
authorMuzhen Gaming <61100393+XInTheDark@users.noreply.github.com>
Sat, 25 Nov 2023 14:16:56 +0000 (22:16 +0800)
committerDisservin <disservin.social@gmail.com>
Sat, 2 Dec 2023 10:30:47 +0000 (11:30 +0100)
commit757ae2ff53714b975066cd9eb3b518611bc06b11
treec0ee2b6f6e9fe76bb242621a1f9c7e0ec907ba21
parent13426a93c187c4953388a4484b8da69ee6f26fa3
Simplify move history reduction

Recent VLTC search tuning has suggested that the depth limit can be increased
by a lot. This patch simplifies away the depth-based bonus from statScore
reduction, making the divisor a constant.

Passed STC:
https://tests.stockfishchess.org/tests/view/656201f5136acbc573549791
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 91520 W: 23130 L: 22967 D: 45423
Ptnml(0-2): 282, 10947, 23141, 11106, 284

Passed LTC:
https://tests.stockfishchess.org/tests/view/6562b43a136acbc57354a581
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 352902 W: 86796 L: 86917 D: 179189
Ptnml(0-2): 190, 40227, 95741, 40100, 193

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

Bench: 1297179
src/search.cpp