]> git.sesse.net Git - stockfish/commit
Simplify new cmh pruning thresholds by using directly a quadratic formula.
authorStefan Geschwentner <stgeschwentner@gmail.com>
Tue, 3 Aug 2021 14:32:48 +0000 (16:32 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 5 Aug 2021 06:47:33 +0000 (08:47 +0200)
commit5cd42f6b0b30b7b3332367230aeef2efc93e5aad
tree68987cffeca2ce4751758e0d197f0d3b84787c17
parent31ebd918ea54b8c9fccbc1e1fa269772ed0949df
Simplify new cmh pruning thresholds by using directly a quadratic formula.

This decouples also the stat bonus updates from the threshold which creates less dependencies for tuning of stat bonus parameters.
Perhaps a further fine tuning of the now separated coefficients for constHist[0] and constHist[1] could give further gains.

STC:
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 78384 W: 6134 L: 6090 D: 66160
Ptnml(0-2): 207, 5013, 28705, 5063, 204
https://tests.stockfishchess.org/tests/view/6106d235afad2da4f4ae3d4b

LTC:
LLR: 2.93 (-2.94,2.94) <-2.50,0.50>
Total: 38176 W: 1149 L: 1095 D: 35932
Ptnml(0-2): 6, 1000, 17030, 1038, 14
https://tests.stockfishchess.org/tests/view/6107a080afad2da4f4ae3def

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

Bench: 5098146
src/search.cpp