Dev Builds » 20171108-1245

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 8cfcca12d1f31e69a1e00ef657743841a7ef18b9
Author Gian-Carlo Pascutto
Date 2017-11-08 12:45:14 UTC
Always do MaxCardinality checks. Stockfish currently relies on the "filter_root_moves" function also having the side effect of clamping Cardinality against MaxCardinality (the actual piece count in the tablebases). So if we skip this function, we will end up probing in the search even without tablebases installed. We cannot bail out of this function before this check is done, so move the MultiPV hack a few lines below.
Copyright 2011–2024 Next Chess Move LLC