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 | e9e7a7b83f78b5c7d29f69083589b449d9b52390 |
---|---|
Author | Sebastian Buchwald |
Date | 2023-01-09 19:28:24 UTC |
Replace some std::string occurrences with std::string_view
std::string_view is more lightweight than std::string. Furthermore,
std::string_view variables can be declared constexpr.
closes https://github.com/official-stockfish/Stockfish/pull/4328
No functional change
|