]> git.sesse.net Git - stockfish/commit
Adjust pruning constants
authorMichael Chaly <Vizvezdenec@gmail.com>
Mon, 10 Jan 2022 18:29:25 +0000 (21:29 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 10 Jan 2022 18:35:53 +0000 (19:35 +0100)
commit44b1ba89a95f394f3e180eb508f2d7798417c86e
tree45e71e37a368a97564117cbb0150fb1639eeac29
parentc5a280c0125b71cdf43bf326551bc95bb4dbc014
Adjust pruning constants

This patch is a modification of original tuning done by vondele that failed yellow.
Value differences are divided by 2.

Passed STC
https://tests.stockfishchess.org/tests/view/61d918239fea7913d9c64cdf
LLR: 2.94 (-2.94,2.94) <0.00,2.50>
Total: 98968 W: 26248 L: 25858 D: 46862
Ptnml(0-2): 392, 11085, 26156, 11443, 408

Passed LTC
https://tests.stockfishchess.org/tests/view/61d99e3c9fea7913d9c663e4
LLR: 2.95 (-2.94,2.94) <0.50,3.00>
Total: 215232 W: 58191 L: 57492 D: 99549
Ptnml(0-2): 271, 22124, 62138, 22801, 282

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

bench 4572746
src/search.cpp