Dev Builds » 20260810-1302

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 881e0b4558069a5403b1e5c006a50d9c5d9dd89d
Author FauziAkram
Date 2026-08-10 13:02:44 UTC
Class Default Member Initializers for Option The Option class in ucioption.h contains several members (min, max, idx) that are initialized to 0 in initializer lists across multiple constructors in ucioption.cpp. Moving these default values directly into member declarations inside ucioption.h eliminates redundant constructor initializer list entries. closes https://github.com/official-stockfish/Stockfish/pull/7031 No functional change
Copyright 2011–2026 Next Chess Move LLC