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 | e37429bb6de9b2e861411dff79768746d9357d38 |
|---|---|
| Author | FauziAkram |
| Date | 2026-08-19 16:35:38 UTC |
|
Simplify sliding_attack loop in attacks.h
Eliminates the nested while loop and redundant function-level dest variable.
Scopes dest locally to the iteration.
closes https://github.com/official-stockfish/Stockfish/pull/7052
No functional change
|
|