Dev Builds » 20140101-1235

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 a795187c50cdbe00d5364ce049d8673a04803c21
Author Marco Costalba
Date 2014-01-01 12:35:11 UTC
Further simplify move_importance() Function move_importance() is already always positive, so we don't need to add a constant term to ensure it. Becuase move_importance() is used to calculate ratios of a linear combination (as explained in previous patch), result is not affected. I have also verified it directly. No functional change.
Copyright 2011–2024 Next Chess Move LLC