]> git.sesse.net Git - stockfish/commit
Simplify prior countermove bonus
authorFauziAkram <fauzi.dabat@hotmail.com>
Thu, 10 Aug 2023 15:44:58 +0000 (18:44 +0300)
committerDisservin <disservin.social@gmail.com>
Sun, 13 Aug 2023 09:48:32 +0000 (11:48 +0200)
commitc02ee70927bcb90240f40d8e580e30dc622d5ce9
tree9e1172be95063665b11e9949060913e4bea23049
parent796d9df6438b416a63364c7cf5edbc9be5434101
Simplify prior countermove bonus

Swapping a multiplication operation between two terms with a simple constant

Passed STC:
LLR: 2.93 (-2.94,2.94) <-1.75,0.25>
Total: 60512 W: 15424 L: 15231 D: 29857
Ptnml(0-2): 200, 6985, 15712, 7140, 219
https://tests.stockfishchess.org/tests/view/64d2addf5b17f7c21c0dfae6

Passed LTC:
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 108456 W: 27545 L: 27414 D: 53497
Ptnml(0-2): 63, 11629, 30698, 11790, 48
https://tests.stockfishchess.org/tests/view/64d3ab6e5b17f7c21c0e1188

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

Bench: 1636213
src/search.cpp