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 | 258c13ba8cc8d054b803a04c433a766d0c5a1e8f |
---|---|
Author | Sebastian Buchwald |
Date | 2023-01-01 11:26:36 UTC |
Remove redundant extern modifier for function declarations
Functions have external linkage by default, so there's no need to
declare them extern.
closes https://github.com/official-stockfish/Stockfish/pull/4308
No functional change
|