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 | 0e24f3f205ac17f175eeb27bdca3b6a09d0b1aaa |
|---|---|
| Author | Carlos Esparza |
| Date | 2026-09-09 16:38:49 UTC |
|
use nullptr instead of Null object pattern for SearchManager
There might be a reason for this, or maybe it's a historical artifact, but wit seems to me that we can simplify Workers by using nullptr for the `std::unique_ptr<SearchManager>` of non-main threads.
closes https://github.com/official-stockfish/Stockfish/pull/7110
No functional change
|
|