]> git.sesse.net Git - stockfish/commit
Set reduction to 0 if the move is a TT move
authorFauziAkram <fauzi.dabat@hotmail.com>
Sun, 5 Nov 2023 10:52:20 +0000 (13:52 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 5 Nov 2023 18:53:15 +0000 (19:53 +0100)
commitd4b46ea6db7caf71cad3c36d0ef8c0162a743aba
tree3f1c0d0a6daae59fc6aaa704e66fe9d4daef5e83
parent791419aab529e714271ebc03d1d84ad4e7e9879a
Set reduction to 0 if the move is a TT move

The reduction formula currently decreases by 1 if the move is a TT move.
This changes this by just setting the reduction to 0 instead.

Passed STC:
LLR: 2.94 (-2.94,2.94) <0.00,2.00>
Total: 83136 W: 21145 L: 20758 D: 41233
Ptnml(0-2): 279, 9772, 21090, 10137, 290
https://tests.stockfishchess.org/tests/view/653c0fbacc309ae839561584

Passed LTC:
LLR: 2.96 (-2.94,2.94) <0.50,2.50>
Total: 273150 W: 67987 L: 67171 D: 137992
Ptnml(0-2): 155, 30730, 73966, 31592, 132
https://tests.stockfishchess.org/tests/view/653d9d02cc309ae839562fdf

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

bench: 1110556
src/search.cpp