]> git.sesse.net Git - stockfish/commit
Late counter bonus: boost underestimated moves
authorDubslow <bunslow@gmail.com>
Wed, 22 Feb 2023 11:45:43 +0000 (05:45 -0600)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 27 Feb 2023 21:03:50 +0000 (22:03 +0100)
commit6adbc6fa05bbd2a574a8c4c6a6ef2307280217ab
tree4fbda39c594a310b9a72744d7a6cf4f50ea003e2
parent564456a6a824bfca26d6d9af5b35a055eb9fc6c2
Late counter bonus: boost underestimated moves

The idea here is very intuitive: since we've just proven that the move is good, then if it previously had poor stats, boost those stats more than otherwise.

Passed STC: https://tests.stockfishchess.org/tests/view/63fb504ce74a12625bce4154
LLR: 2.94 (-2.94,2.94) <0.00,2.00>
Total: 21128 W: 5763 L: 5481 D: 9884
Ptnml(0-2): 52, 2212, 5759, 2484, 57

Passed LTC: https://tests.stockfishchess.org/tests/view/63fb7825e74a12625bce491b
LLR: 2.95 (-2.94,2.94) <0.50,2.50>
Total: 91904 W: 24764 L: 24359 D: 42781
Ptnml(0-2): 45, 8735, 27984, 9146, 42

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

bench 4318808
src/search.cpp