Dev Builds » 20141121-1940

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 84408e5cd68a9323292ddababec4d1183abeef2e
Author Marco Costalba
Date 2014-11-21 19:40:25 UTC
Fix doubled pawns asymmetry When evaluating double pawns we use always lsb() to extract the frontmost square. This breaks evaluation color symmetry as is possible to verify with an instrumented evaluate() Value evaluate(const Position& pos) { Value v = do_evaluate<false>(pos); Position p = pos; p.flip(); assert(v == do_evaluate<false>(p)); return v; } Passed no regression test: STC LLR: 2.96 (-2.94,2.94) [-3.00,1.00] Total: 21035 W: 4244 L: 4122 D: 12669 LTC LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 39839 W: 6662 L: 6572 D: 26605 bench: 8255966
Copyright 2011–2024 Next Chess Move LLC