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 | 3802cdf9b69dd0a8256dbed7c25141ac5757d151 | 
|---|---|
| Author | Guy Vreuls | 
| Date | 2021-06-05 09:38:28 UTC | 
| Makefile: Extend sanitize support
Enable compiling with multiple sanitizers at once.
Syntax:
make build ARCH=x86-64-avx512 debug=on sanitize="address undefined"
closes https://github.com/official-stockfish/Stockfish/pull/3524
No functional change. | |