]> git.sesse.net Git - stockfish/commit
Tweak quiet move bonus
authorFauziAkram <fauzi.dabat@hotmail.com>
Wed, 20 Dec 2023 11:26:11 +0000 (14:26 +0300)
committerDisservin <disservin.social@gmail.com>
Fri, 22 Dec 2023 10:51:08 +0000 (11:51 +0100)
commitfbdf5d94a9a42acb92720a5896b16c92931ec3de
tree2782376c1d7b1abf4db77979605c8285c830e260
parent358a85379094cbffa9d80b443ba63f3066c4cd33
Tweak quiet move bonus

Improving quiet move bonus by replacing bestvalue and alpha comparison, with
checking the statScore of the previous search step instead.

Inspired by @locutus2

Passed STC:
https://tests.stockfishchess.org/tests/view/657f22fb893104ee25b614e8
LLR: 2.96 (-2.94,2.94) <0.00,2.00>
Total: 51296 W: 13121 L: 12774 D: 25401
Ptnml(0-2): 225, 5986, 12868, 6355, 214

Passed LTC:
https://tests.stockfishchess.org/tests/view/658024a2893104ee25b62587
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 82758 W: 20606 L: 20189 D: 41963
Ptnml(0-2): 51, 9149, 22555, 9580, 44

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

Bench: 1312822
src/search.cpp