]> git.sesse.net Git - stockfish/commit
Remove one `reduction` call
authorDubslow <bunslow@gmail.com>
Wed, 15 Feb 2023 00:04:17 +0000 (18:04 -0600)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 18 Feb 2023 13:01:08 +0000 (14:01 +0100)
commit037ef3e18dc7f5455cc671995ae38d5b4d1fce4a
treed92649fbb9289dfa7c936cf38d315c3c115e53d3
parent085cace4574bf561472d8d3d3afe50c2c536b4e3
Remove one `reduction` call

even though bench is unchanged to depth 28,
due to adjusting depth in singular extensions this might be functional.

STC: https://tests.stockfishchess.org/tests/view/63ec21affe833123fef34153
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 195712 W: 51625 L: 51581 D: 92506
Ptnml(0-2): 504, 20527, 55779, 20513, 533

LTC: https://tests.stockfishchess.org/tests/view/63ed3487fe833123fef375ed
LLR: 2.96 (-2.94,2.94) <-1.75,0.25>
Total: 32176 W: 8631 L: 8442 D: 15103
Ptnml(0-2): 5, 2794, 10309, 2967, 13

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

Bench 4283297
src/search.cpp