Dev Builds » 20140310-0738

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 d2a8ba329940655e4683a67a2528a92717700732
Author Marco Costalba
Date 2014-03-10 07:38:23 UTC
Simplify pseudo_legal() Big simplification of pawn move check. Code has been tested with a brute force approach: for every position reached during a bench search, the function has been called for each combinations of Move(from, to) and verified the result is the same of old code. Actually this function is very critical becuase is the one that ensures corrupted TT moves are discarded, so to properly test it a simple bench is not enough. Verified also speed is not changed. No functional chnage.
Copyright 2011–2024 Next Chess Move LLC