NCM plays each Stockfish dev build 20,000 times against Stockfish 15. 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 | 4f0fecad8a0f5258114f63f0ac0c905a54d65219 |
---|---|
Author | Sebastian Buchwald |
Date | 2023-09-29 20:22:40 UTC |
Use C++17 variable templates for type traits
The C++17 variable templates are slightly more readable and allow us to
remove the typename keyword in a few cases.
closes https://github.com/official-stockfish/Stockfish/pull/4806
No functional change
|