Dev Builds » 20260426-0724

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 50e8ff1e23ad0f9c9f15f06cb5650b277129b744
Author Robert Nurnberg
Date 2026-04-26 07:24:34 UTC
multiPV: protect mated-ins and allow thread selection This PR is a replacement for #6652 and takes into account the changes made to this part of the code since then. In multiPV analysis master may suppress genuine proven mated-in scores, if the iteration for a secondary PV line is aborted. In very rare cases, it may also evict a proven mated-in score from the best PV line with a score from an incomplete iteration of a secondary PV line. This PR avoids both. In addition, we allow best thread selection in multithreaded multiPV searches. This was originally disabled in #524. Single PV searches are not affected by this patch at all. Fixes #6642. closes https://github.com/official-stockfish/Stockfish/pull/6728 No functional change.
Copyright 2011–2026 Next Chess Move LLC