Dev Builds » 20121231-1034

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 009a0f88e05fde5ee16d7bac429d4c62ebe6bf53
Author Marco Costalba
Date 2012-12-31 10:34:18 UTC
Micro-optimization in evaluate_space() Since &-ing with SpaceMask restricts the set to the home half of the board, it is possible to use just one popcount instead of 2 by shifting "safe" to the other half of the board. This gives a small speedup especially on systems where hardware popcount is not available. Patch kindly sent by Richard Vida. No functional change.
Copyright 2011–2024 Next Chess Move LLC