Dev Builds » 20140127-1909

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 93f95cc936690a1b2637670bb22d138295eb5214
Author Uri Blass
Date 2014-01-27 19:09:51 UTC
Reduce VALUE_KNOWN_WIN to 10000 With some positions like 8/8/8/2p2K2/1pp5/br1p1b2/2p2r2/qqkqq3 w - - The eval score is higher than VALUE_INFINITE because is the sum of VALUE_KNOWN_WIN plus a big material advantage. This leads to an assert. Here are the steps to reproduce: Compile SF with debug=yes then do ./stockfish position fen 8/8/8/2p2K2/1pp5/br1p1b2/2p2r2/qqkqq3 w - - go depth 1 This patch fixes the issue in this case, but do exsist other positions for which the patch is not enough and we will need to limit the eval score to be sure not overflow the limit. Note that is not possible to increase the value of VALUE_INFINITE because should remain within int16_t type to be stored in a TT entry. bench: 7356053
Copyright 2011–2024 Next Chess Move LLC