]> git.sesse.net Git - stockfish/commit
Simplify away rangeReduction
authorlonfom169 <lomalfredo8@gmail.com>
Sat, 1 Jan 2022 17:09:08 +0000 (14:09 -0300)
committerStéphane Nicolet <Stephane.Nicolet@u-paris2.fr>
Sun, 2 Jan 2022 16:49:44 +0000 (17:49 +0100)
commit0b41887527f1d7264ee5644dfa53e00ab64441b1
tree430911a4557f6471d2f5e05e9a7f337025674fdc
parent061f98a9e3ae439fac13b4b2dda4be47977994b1
Simplify away rangeReduction

Remove rangeReduction, introduced in [#3717](https://github.com/official-stockfish/Stockfish/pull/3717),
as it seemingly doesn't bring enough ELO anymore. It might be interesting to add
new forms of reduction or tune the reduction formula in the future.

STC:
LLR: 2.95 (-2.94,2.94) <-2.25,0.25>
Total: 45008 W: 12114 L: 11972 D: 20922
Ptnml(0-2): 174, 5031, 11952, 5173, 174
https://tests.stockfishchess.org/tests/view/61d08b7b069ca917749c9f6f

LTC:
LLR: 2.94 (-2.94,2.94) <-2.25,0.25>
Total: 30792 W: 8235 L: 8086 D: 14471
Ptnml(0-2): 24, 3162, 8882, 3297, 31
https://tests.stockfishchess.org/tests/view/61d0a6ad069ca917749ca420

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

Bench: 4048312
src/search.cpp