Dev Builds » 20170518-0115

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 732aa34e3dec39de9c80a07f6ecba7cb0569b95e
Author Joost VandeVondele
Date 2017-05-18 01:15:01 UTC
Fix memory access in Search::clear() Fixes a bug in Search::clear, where the filling of CounterMoveStats&, overwrote (currently presumably unused) memory because sizeof(cm) returns the size in bytes, whereas elements was needed. No functional change Closes #1119
Copyright 2011–2024 Next Chess Move LLC