Dev Builds » 20131101-0756

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 a3a0df92a3ed5ce7c98ff596e687d3d6533590c8
Author Marco Costalba
Date 2013-11-01 07:56:15 UTC
Set timer to a fixed interval And remove a complex (and broken) formula. Indeed previous code was broken in case of TC with big time increments where available_time() was too similar to total time yielding to many time losses, so for instance: go wtime 2600 winc 2600 info nodes 4432770 time 2601 <-- time forfeit! maximum search time = 2530 ms available_time = 2300 ms For a reference and further details see: https://groups.google.com/forum/?fromgroups=#!topic/fishcooking/dCPAvQDcm2E Speed tested with bench disabling timer alltogheter vs timer set at max resolution, showed we have no speed regressions both in single core and when using all physical cores. No functional change.
Copyright 2011–2024 Next Chess Move LLC