]> git.sesse.net Git - stockfish/commit
Assign negative stat bonuses for quiet moves at Pv nodes
authorMichael Chaly <Vizvezdenec@gmail.com>
Wed, 5 Apr 2023 02:48:34 +0000 (05:48 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 5 Apr 2023 06:23:54 +0000 (08:23 +0200)
commit510aca1ef62279dc35941fa45ed61fb9d3796f10
treee1e834eae68f1c3a1534064e52141b042125bc10
parenta2737d8bb5e480563823820fb12a8887d61c991e
Assign negative stat bonuses for quiet moves at Pv nodes

This patch assigns negative stat bonuses for quiet moves
at pv nodes which are searched at depth greater than
this node assumes, so are extended.

Passed STC:
https://tests.stockfishchess.org/tests/view/6426198bdb43ab2ba6f9cfa2
LLR: 2.94 (-2.94,2.94) <0.00,2.00>
Total: 548944 W: 147287 L: 146254 D: 255403
Ptnml(0-2): 1662, 59772, 150671, 60605, 1762

Passed LTC:
https://tests.stockfishchess.org/tests/view/642be4f177ff3301150d892d
LLR: 2.95 (-2.94,2.94) <0.50,2.50>
Total: 93352 W: 25400 L: 24994 D: 42958
Ptnml(0-2): 44, 8817, 28547, 9225, 43

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

bench 5044536
src/search.cpp