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.
| Host | Duration | Avg Base NPS | Games | WLD | Standard Elo | Ptnml(0-2) | Gamepair Elo |
|---|
| ID | Host | Base NPS | Games | WLD | Standard Elo | Ptnml(0-2) | Gamepair Elo | CLI | PGN |
|---|
| 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
|
|