Dev Builds » 20130113-2256

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 99ae47716ac605286e60634632cb5eccac9a63ce
Author Marco Costalba
Date 2013-01-13 22:56:04 UTC
Re-add the hack This reverts commit 869c9244101 I misunderstood here. Actually it can happen that thread is created but still not entered idle_loop and at the same time start_searching() is called. Becuase 'do_sleep' is set start_searching() will set it to false and start the search, but when, at last, the thread enters idle_loop(), resets the flag and goes to sleep: not what we want. Revert the hack waiting for a better solution in the next patches. No functional change.
Copyright 2011–2024 Next Chess Move LLC