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 | 45711fceb478d6162399a5dcc2b7d6e825558a89 |
|---|---|
| Author | Disservin |
| Date | 2026-04-15 18:30:00 UTC |
|
Add PVMoves Struct
Use a dedicated struct for keeping track of the pv moves.
anematode pointed out that we can use the ValueList for this as well, left that open for a future patch.
Passed Non Regression
https://tests.stockfishchess.org/tests/view/69d399cfec2dc6794cf18376
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 267264 W: 68895 L: 68927 D: 129442
Ptnml(0-2): 790, 29238, 73566, 29290, 748
closes https://github.com/official-stockfish/Stockfish/pull/6726
No functional change
|
|