Dev Builds » 20180315-0825

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 8ab12c901258064f1a9bc531477e1b706bc974fb
Author Joost VandeVondele
Date 2018-03-15 08:25:59 UTC
Make using quiescence search implicit If search depth is less than ONE_PLY call qsearch(), no need to check the depth condition at various call sites of search(). Passed STC: LLR: 2.96 (-2.94,2.94) [-3.00,1.00] Total: 14568 W: 3011 L: 2877 D: 8680 http://tests.stockfishchess.org/tests/view/5aa846190ebc59029781015b Also helps gcc to find some optimizations (smaller binary, some speedup). Thanks to Aram and Stefan for identifying an oversight in an early version. Closes https://github.com/official-stockfish/Stockfish/pull/1487 No functional change.
Copyright 2011–2024 Next Chess Move LLC