Dev Builds » 20150804-0751

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 e6310b3469b07b6bbecf8d8f75367a655090f22b
Author Marco Costalba
Date 2015-08-04 07:51:06 UTC
Rename Position::list Use Position::square and Position::squares instead. This allow us to remove king_square(), simplify endgames and to have more naming uniformity. Moreover, this is a prerequisite step in case in the future we decide to retire piece lists altoghter and use pop_lsb() to loop across pieces and serialize the moves. In this way we just need to change definition of Position::square to something like: template<PieceType Pt> inline Square Position::square(Color c) const { return lsb(byColorBB[c]); } No functional change.
Copyright 2011–2024 Next Chess Move LLC