Dev Builds » 20121021-2255

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 5fc8b27db9a1d9fffeb46d0e2ef40803c55fd4f9
Author Marco Costalba
Date 2012-10-21 22:55:16 UTC
Don't copy a full Position object in print() Function move_to_san() requires the Position to be passed by referenced because a do/undo move is done inside the function to detect a possible mate and to add to the san string the corresponding '#' suffix. Instead of passing a copy of current position pass directly the original position object after const casting it. This has the advantage to avoid a costly Position copy, on the down side a bench test could report different searched nodes if print(move) is used, due to the additionals do_move() calls. No functional change.
Copyright 2011–2024 Next Chess Move LLC