Dev Builds » 20180327-2231

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID 9953bfff621b287f5e08139f51d6663c2620db1e
Author Jerry Donald Watson
Date 2018-03-27 22:31:47 UTC
Change reduction/improving interaction Adjust criterion for applying extra reduction if not improving. We now add an extra ply of reduction if r > 1.0, instead of the previous condition Reductions[NonPV][imp][d][mc] >= 2. Why does this work? Previously, reductions when not improving had a discontinuity as the depth and/or move count increases due to the Reductions[NonPV][imp][d][mc] >= 2 condition. Hence, values of r such that 0.5 < r < 1.5 would be mapped to a reduction of 1, while 1.5 < r < 2.5 would be mapped to a reduction of 3. This patch allows values of r satisfying 1.0 < r < 1.5 to be mapped to a reduction of 2, making the reduction formula more continuous. STC: LLR: 2.96 (-2.94,2.94) [0.00,5.00] Total: 35908 W: 7382 L: 7087 D: 21439 http://tests.stockfishchess.org/tests/view/5aba723a0ebc5902a4743e8f LTC: LLR: 2.96 (-2.94,2.94) [0.00,5.00] Total: 23087 W: 3584 L: 3378 D: 16125 http://tests.stockfishchess.org/tests/view/5aba89070ebc5902a4743ea9 Ideas for future work: - We could look at retuning the LMR formula. - We could look at adjusting the reductions in PV nodes if not improving. Bench: 5326261
Copyright 2011–2024 Next Chess Move LLC