Dev Builds » 20141001-1951

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 e60cdca9b016f1edb8789d99785843cebe704e29
Author lucasart
Date 2014-10-01 19:51:32 UTC
Convert TT depth to int8_t Now that half plies have been removed from the engine, we can encode TT depth into an int8_t. Range is -128 to +127, so it goes still further than the previous limit of 121 plies (with ONE_PLY == 2 where depth - DEPTH_NONE was encoded as an uint8_t). No functional change. Resolved #60
Copyright 2011–2024 Next Chess Move LLC