Dev Builds » 20140222-0938

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 012f20d66ec08db7c4c908b2ae7ca44553616d25
Author Marco Costalba
Date 2014-02-22 09:38:21 UTC
Fix an assert in Probcut When running the following position: 8/kPp5/2P3p1/p1P1p1P1/2PpPp2/3p1p2/3P1P2/5K2 w - - 0 1 An assert is raised at depth 92: assert(-VALUE_INFINITE <= alpha && alpha < beta && beta <= VALUE_INFINITE); This is because it happens that beta = 29832, so rbeta = 30032 that is > VALUE_INFINITE Bug spotted and analyzed by Uri, fix suggested by Joerg. Other fixes where possible but this one is pointed exactly at the source of the bug, so it is the best from a code documentation point of view. bench: 8430785
Copyright 2011–2024 Next Chess Move LLC