Dev Builds » 20130801-1350

You are viewing an old NCM Stockfish dev build test. You may find the most recent dev build tests using Stockfish 15 as the baseline here.

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 7b4f5c8f72435cf6b9862ecd445aaf4627cc4f59
Author Dan Schmidt
Date 2013-08-01 13:50:19 UTC
Factor out pieceList updating code The new Position methods add_piece, move_piece, and remove_piece now manage the member variables pieceList, pieceCount, and index, and 9 blocks of code in Position that used to manipulate those data structures by hand now call the new methods. There is a slightly slowdown (< 1%) on Clang and on perft, but the cleanup compensates the little speed loss. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Copyright 2011–2024 Next Chess Move LLC