Dev Builds » 20170905-0857

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 741523eda8e0d1fb418d579c7cda9a73040b8914
Author syzygy
Date 2017-09-05 08:57:10 UTC
Small simplication of see_ge() Two simplifications: - Remove the initialisation to 0 of occupied, which is now unnecessary. - Remove the initial check for nextVictim == KING If nextVictim == KING, then PieceValue[MG][nextVictim] will be 0, so that balance >= threshold is true. So see_ge() returns true anyway. No functional change.
Copyright 2011–2024 Next Chess Move LLC