]> git.sesse.net Git - stockfish/commit - src/evaluate.cpp
remove useClassical depth condition
authorDubslow <bunslow@gmail.com>
Wed, 27 Jul 2022 04:45:19 +0000 (23:45 -0500)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 31 Jul 2022 09:00:31 +0000 (11:00 +0200)
commit18389e269d43af69c96521f3fe9d85e6b7ed073c
treebcc1043b64ad7f2f5703222ecc14dc30e29ed2d1
parentc4a644922dc219aade86ea07c85e95899850fac8
remove useClassical depth condition

passed STC:
https://tests.stockfishchess.org/tests/view/62e0c3e98e4fa6ae472695ed
LLR: 2.96 (-2.94,2.94) <-2.25,0.25>
Total: 293568 W: 78934 L: 79151 D: 135483
Ptnml(0-2): 1344, 31488, 81366, 31213, 1373

passed LTC:
https://tests.stockfishchess.org/tests/view/62e190aa8e4fa6ae4726b5b5
LLR: 2.98 (-2.94,2.94) <-2.25,0.25>
Total: 187392 W: 50971 L: 51028 D: 85393
Ptnml(0-2): 384, 17801, 57369, 17772, 370

other attempts to otherwise tune this parameter failed, bounds 6,7,10,11 failed STC, 8 passed STC but failed LTC

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

bench 5796377
src/evaluate.cpp