Dev Builds » 20180313-2232

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 b605103a34be5bea7815ab3f6d4a21d487d0182b
Author Jerry Donald Watson
Date 2018-03-13 22:32:45 UTC
Simplify condition for ProbCut move count pruning We retire depth-dependence in ProbCut move count pruning, the move count limit condition is now : "probCutCount < 3" STC: LLR: 2.96 (-2.94,2.94) [-3.00,1.00] Total: 33895 W: 6995 L: 6897 D: 20003 http://tests.stockfishchess.org/tests/view/5aa6eaba0ebc59029781009d LTC: LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 28959 W: 4441 L: 4333 D: 20185 http://tests.stockfishchess.org/tests/view/5aa73dfa0ebc5902978100be Ideas for future work: • Is a flat move count limit in ProbCut ideal? Depth dependence, or dependence on some other variable, could possibly be reintroduced. • The move count limit 3 is untuned and a better value may exist. Closes https://github.com/official-stockfish/Stockfish/pull/1486 Bench: 5741807
Copyright 2011–2024 Next Chess Move LLC