]> git.sesse.net Git - stockfish/commit
Range reductions
authorOfekShochat <o@shoch.at>
Thu, 23 Sep 2021 20:16:17 +0000 (23:16 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 24 Sep 2021 21:17:48 +0000 (23:17 +0200)
commit00e34a758f2ca170986550a1f8f25dfe691ca511
tree98872ebc21b2e8302a76d43bc6e5c0d8261627a6
parentff3fa0c664a5799e5531b0908018c59633d761bf
Range reductions

adding reductions for when the delta between the static eval and the child's eval is consistently low.

passed STC
https://tests.stockfishchess.org/html/live_elo.html?614d7b3c7bdc23e77ceb8a5d
LLR: 2.95 (-2.94,2.94) <-0.50,2.50>
Total: 88872 W: 22672 L: 22366 D: 43834
Ptnml(0-2): 343, 10150, 23117, 10510, 316

passed LTC
https://tests.stockfishchess.org/html/live_elo.html?614daf3e7bdc23e77ceb8a82
LLR: 2.93 (-2.94,2.94) <0.50,3.50>
Total: 24368 W: 6153 L: 5928 D: 12287
Ptnml(0-2): 13, 2503, 6937, 2708, 23

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

Bench: 5443950
AUTHORS
src/search.cpp