Dev Builds » 20120427-0959

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 2aac860db3d04881103a3b0d09e864ac77b80697
Author Marco Costalba
Date 2012-04-27 09:59:18 UTC
Fix wrong condition in PawnEntry::king_safety() Since revision 374c9e6b63d0e233371 we use also castling information to calculate king safety. So before to reuse the cached king safety score we have to veify not only king position, but also castling rights are the same of the pre-calculated ones. This is a very subtle bug, found only becuase even after previous patch, consecutives runs of 'bench' _still_ showed different numbers. Pawn tables are not cleared between 'bench' runs and in the second run a king safety score, previously evaluated under some castling rights, was reused by another position with different castling rights instead of being recalculated from scratch. Bug spotted and tracked down by Balint Pfliegel Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Copyright 2011–2024 Next Chess Move LLC