Dev Builds » 20120527-1313

Use this dev build

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.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID 0412f4a1ee1b738441490dd6f3d324c21ee75987
Author Marco Costalba
Date 2012-05-27 13:13:14 UTC
Fix an issue when adding a book during the game Currently when we fail to open a book file, for instance if it doesn't exsist, we leave Book::open() with ifstream failbit set. If then the book file is added, we correctly open it at next attempt, but failbit is still set so that after opening we exit because ifstream::good() returns false. The fix is to reset failbit upon exiting. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Copyright 2011–2024 Next Chess Move LLC