]> git.sesse.net Git - stockfish/commit
Tune Search Parameters
authorFauziAkram <fauzi.dabat@hotmail.com>
Mon, 22 Apr 2024 11:34:22 +0000 (14:34 +0300)
committerDisservin <disservin.social@gmail.com>
Wed, 24 Apr 2024 16:24:01 +0000 (18:24 +0200)
commitfcba524793222fcdb1ca4254697b15e168f39ad2
tree9af7a1934b673ee8c71321e759129db7c3982003
parentddd250b9d655117920dd65a973cea2f8b3c57fce
Tune Search Parameters

Parameters Tune, adding also another tunable parameter (npmDiv) to be
variable for different nets (bignet, smallnet, psqtOnly smallnet). P.s:
The changed values are only the parameters where there is agreement
among the different time controls, so in other words, the tunings are
telling us that changing these specific values to this specific
direction is good in all time controls, so there shouldn't be a high
risk of regressing at longer time controls.

Passed STC:
LLR: 2.97 (-2.94,2.94) <0.00,2.00>
Total: 39552 W: 10329 L: 9999 D: 19224
Ptnml(0-2): 156, 4592, 9989, 4844, 195
https://tests.stockfishchess.org/tests/view/661be9a0bd68065432a088c0

Passed LTC:
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 56394 W: 14439 L: 14078 D: 27877
Ptnml(0-2): 30, 6152, 15480, 6497, 38
https://tests.stockfishchess.org/tests/view/661c746296961e72eb565406

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

Bench: 1836777
src/evaluate.cpp
src/movepick.cpp
src/search.cpp