Dev Builds » 20131107-1820

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 52ae0efccffcce7f095cc4bae7bf90fe7a3b467b
Author Chris Caino
Date 2013-11-07 18:20:24 UTC
Two more parameters eliminated RedundantRook and RedundantQueen replaced by simple variable RedundantMajor. Also the SameColor coefficient for Queen<->Queen has been set by definition to 0. The remaining 5 parameters: LinearCoefficients[ROOK] LinearCoefficients[QUEEN] QuadraticCoefficientsSameColor[ROOK][ROOK] QuadraticCoefficientsSameColor[QUEEN][ROOK] RedundantMajor are sufficient to equate the material imbalances for the 5 common material configurations of R, RR, Q, QR and QRR to any desired values simultaneously. With the chosen parameters there should be no functional change unless one side has more than 2 rooks or more than 1 queen. For example bench from the start position using the commands: ./stockfish go depth 16 produces identical output except for one extra node in the last iteration. bench: 8198094
Copyright 2011–2024 Next Chess Move LLC