Dev Builds » 20121101-1745

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 c039103b3177c481947053240b322fb8289240d8
Author Marco Costalba
Date 2012-11-01 17:45:38 UTC
Pass InCheck as template parameter of qsearch() Instead of use a variable so to resolve many conditions already at compile time. In quiesce is also where we have most of the InCheck nodes and is one of the most performance critical code paths. Speed up of 1.5% with Clang and 1% with gcc Suggested by Hongzhi Cheng. No functional change.
Copyright 2011–2024 Next Chess Move LLC