Dev Builds » 20260918-1858

You are viewing an old NCM Stockfish dev build test. You may find the most recent dev build tests using Stockfish 15 as the baseline here.

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 1548538edecc4bd8aae119050c5f853935d25173
Author Joost VandeVondele
Date 2026-09-18 18:58:37 UTC
Fix deep recursion. fixes https://github.com/official-stockfish/Stockfish/issues/7156 The issue is caused by LMR using negative reductions (i.e. extensions) in an uninterrupted chain ultimately extending to MAX_PLY. This patch fixes it by not allowing for such extensions once one is sufficiently deep in the search tree (twice rootDepth). passed STC: LLR: 2.94 (-2.94,2.94) <-1.75,0.25> Total: 154752 W: 39489 L: 39403 D: 75860 Ptnml(0-2): 222, 17300, 42226, 17426, 202 https://tests.stockfishchess.org/tests/view/6aa4559ba8284b37a0a058c4 passed LTC: LLR: 2.94 (-2.94,2.94) <-1.75,0.25> Total: 55782 W: 14432 L: 14254 D: 27096 Ptnml(0-2): 11, 5664, 16367, 5834, 15 https://tests.stockfishchess.org/tests/view/6aa772a1a8284b37a0a05cb9 closes https://github.com/official-stockfish/Stockfish/pull/7170 Bench: 1660220
Copyright 2011–2026 Next Chess Move LLC