Dev Builds » 20250418-1232

You are viewing an old NCM Stockfish dev build test. You may find the most recent dev build tests using Stockfish 15 as the baseline here.

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 44efbaddea909e146c6c41afaf458da8c9e4b4e4
Author FauziAkram
Date 2025-04-18 12:32:26 UTC
Simplify bonusScale calculation Allowing this specific term to potentially become negative for low depth values is ok, because the overall `bonusScale` is explicitly ensured to be non-negative a few lines later: bonusScale = std::max(bonusScale, 0); Passed STC: LLR: 2.93 (-2.94,2.94) <-1.75,0.25> Total: 164928 W: 42446 L: 42368 D: 80114 Ptnml(0-2): 497, 19551, 42306, 19597, 513 https://tests.stockfishchess.org/tests/view/67debf0b8888403457d8736c Passed LTC: LLR: 2.94 (-2.94,2.94) <-1.75,0.25> Total: 234942 W: 59539 L: 59537 D: 115866 Ptnml(0-2): 113, 25639, 65964, 25643, 112 https://tests.stockfishchess.org/tests/view/67e2e1c48888403457d87768 closes https://github.com/official-stockfish/Stockfish/pull/5979 Bench: 1933843
Copyright 2011–2025 Next Chess Move LLC