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 | d116e27f0f6c89c887420890ffe61c6708ef5c08 | 
|---|---|
| Author | Joost VandeVondele | 
| Date | 2020-05-15 17:40:25 UTC | 
| Workaround for older compiler
gcc < 5 doesn't fully support the c++11 `std::is_trivially_copyable<Entry>::value`
Remove it, as it is not essential.
fixes https://github.com/official-stockfish/Stockfish/issues/2681
closes https://github.com/official-stockfish/Stockfish/pull/2682
No functional change. | |