]> git.sesse.net Git - stockfish/commit
Combo of various parameter tweaks
authorMichael Chaly <Vizvezdenec@gmail.com>
Mon, 20 Sep 2021 12:04:13 +0000 (15:04 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 21 Sep 2021 17:48:40 +0000 (19:48 +0200)
commite8788d1b32c9356fa0a127952d48c3748d8ec826
tree46c6495354f6bd9e6f420fb3b501d572201ea878
parent5b47b4e6c04719e66559efe91e505569e0f7aafa
Combo of various parameter tweaks

Combination of parameter tweaks in search, evaluation and time management.
Original patches by snicolet xoto10 lonfom169 and Vizvezdenec.

Includes:

* Use bigger grain of positional evaluation more frequently (up to 1 exchange difference in non-pawn-material);
* More extra time according to increment;
* Increase margin for singular extensions;
* Do more aggresive parent node futility pruning.

Passed STC
https://tests.stockfishchess.org/tests/view/6147deab3733d0e0dd9f313d
LLR: 2.94 (-2.94,2.94) <-0.50,2.50>
Total: 45488 W: 11691 L: 11450 D: 22347
Ptnml(0-2): 145, 5208, 11824, 5395, 172

Passed LTC
https://tests.stockfishchess.org/tests/view/6147f1d53733d0e0dd9f3141
LLR: 2.94 (-2.94,2.94) <0.50,3.50>
Total: 62520 W: 15808 L: 15482 D: 31230
Ptnml(0-2): 43, 6439, 17960, 6785, 33

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

bench 5575265
src/nnue/evaluate_nnue.cpp
src/search.cpp
src/timeman.cpp