Dev Builds » 20161018-0700

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 99f3ad6858889bbc40c016c96c9f7e53a773e49e
Author ajithcj
Date 2016-10-18 07:00:52 UTC
Remove useless assignments to currentMove We reference (ss-1)->currentMove, i.e. we peek current move of the parent node, so currentMove should be valid in the main move loop, when we search() the subtree, but outside of main loop it is useless. No functional change.
Copyright 2011–2024 Next Chess Move LLC