Dev Builds » 20161027-0426

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 e18e557e77ece5afaa3aee2d982f23685526bc1b
Author syzygy
Date 2016-10-27 04:26:22 UTC
Output PV if last iteration does not complete Instead of outputting "info nodes ... time ..." when the last iteration is interrupted, simply call UCI::pv() to output the PV. I thought about calling UCI:pv() with bounds -VALUE_INFINITE, VALUE_INFINITE to avoid "lowerbound" or "upperbound" appearing in it, but I'm not sure that would be any better. This patch fixes rare inconsistencies between the first move of the last PV output and the bestmove played. It also makes sure that all the latest statistics are sent to the GUI (not only nodes and time but also nps, tbhits, hashfull). No functional change.
Copyright 2011–2024 Next Chess Move LLC