Dev Builds » 20121201-1413

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 2a585b63b80f5c3312fd0f6f250ddb337e87481b
Author Marco Costalba
Date 2012-12-01 14:13:08 UTC
Don't use TT just to save a node evaluation In search(), after we evalute the position, in case there isn't any TT entry we create one with just the evaluation score. This patches removes that code. The reason becuase the patch deserves a single commit it is becuase introduces a (very small) functional change due to the fact that the total number of TT stores is less now and this slightly alters the TT hits of our benchmark. bench: 4983262
Copyright 2011–2024 Next Chess Move LLC