Dev Builds » 20260918-1901

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 e7b67b9b13d05bced9b7976fe17cab21634c86e4
Author FauziAkram
Date 2026-09-18 19:01:21 UTC
Simplify TT cutoff and penalize condition checks In Step 6 checks for an early TT cutoff and, if that fails due to a bound mismatch, penalizes the TT entry. Both the cutoff check (if) and the penalize check (else if) share several identical preconditions: !PvNode !excludedMove is_valid(ttData.value) ttData.depth > depth - (ttData.value <= beta) This patch factors these common checks into an outer if block. This reduces code duplication and clarifies that TT penalization is only considered when depth criteria for a cutoff were already met. Passed Non-Reg: LLR: 2.95 (-2.94,2.94) <-1.75,0.25> Total: 132800 W: 33818 L: 33712 D: 65270 Ptnml(0-2): 173, 13906, 38116, 14052, 153 https://tests.stockfishchess.org/tests/view/6aa690a3a8284b37a0a05ba8 closes https://github.com/official-stockfish/Stockfish/pull/7160 No functional change
Copyright 2011–2026 Next Chess Move LLC