Dev Builds » 20260426-0718

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 15. 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
ncm-dbt-01 01:45:41 582643 1044 445 98 501 +120.04 ± 8.56 0 7 164 348 3 +274.84 ± 26.54
ncm-dbt-02 01:46:14 586664 1056 456 98 502 +122.64 ± 8.9 0 10 157 354 7 +278.41 ± 27.24
ncm-dbt-03 01:46:27 586364 1054 455 116 483 +115.86 ± 8.8 0 11 169 344 3 +261.99 ± 26.22
ncm-dbt-04 01:46:10 566891 1048 448 95 505 +121.78 ± 8.77 0 9 158 352 5 +278.0 ± 27.13
ncm-dbt-05 01:46:05 583240 1034 452 93 489 +125.86 ± 8.73 0 5 156 348 8 +287.36 ± 27.2
5236 2256 500 2480 +121.21 ± 3.92 0 42 804 1746 26 +275.95 ± 11.97

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN
466393 ncm-dbt-05 582068 34 15 3 16 +128.1 ± 43.35 0 0 5 12 0 +305.3 ± 185.94
466392 ncm-dbt-01 582527 44 17 2 25 +123.37 ± 45.96 0 1 5 16 0 +289.24 ± 184.95
466391 ncm-dbt-04 567126 48 21 5 22 +120.39 ± 37.08 0 0 8 16 0 +279.54 ± 131.16
466390 ncm-dbt-03 585801 54 25 6 23 +127.68 ± 34.33 0 0 8 19 0 +303.82 ± 133.05
466389 ncm-dbt-02 585337 56 26 2 28 +159.15 ± 27.72 0 0 4 24 0 +445.49 ± 274.81
466388 ncm-dbt-05 582569 500 222 48 230 +126.17 ± 12.1 0 3 71 175 1 +295.94 ± 40.69
466387 ncm-dbt-01 580530 500 215 48 237 +120.67 ± 12.41 0 3 79 166 2 +275.45 ± 38.39
466386 ncm-dbt-04 565194 500 215 43 242 +124.6 ± 12.53 0 3 75 169 3 +285.49 ± 39.5
466385 ncm-dbt-02 585885 500 215 51 234 +118.33 ± 12.63 0 2 86 158 4 +263.42 ± 36.51
466384 ncm-dbt-03 586604 500 211 52 237 +114.45 ± 12.85 0 4 86 157 3 +254.16 ± 36.71
466383 ncm-dbt-01 584874 500 213 48 239 +119.11 ± 12.24 0 3 80 166 1 +273.0 ± 38.12
466382 ncm-dbt-05 585084 500 215 42 243 +125.38 ± 13.07 0 2 80 161 7 +277.93 ± 38.02
466381 ncm-dbt-03 586689 500 219 58 223 +116.0 ± 12.84 0 7 75 168 0 +265.78 ± 39.69
466380 ncm-dbt-04 568355 500 212 47 241 +119.11 ± 12.99 0 6 75 167 2 +270.57 ± 39.67
466379 ncm-dbt-02 588771 500 215 45 240 +123.02 ± 13.47 0 8 67 172 3 +280.42 ± 42.05

Commit

Commit ID e17725f445e52544f749ef65107cda8ac93d0449
Author anematode
Date 2026-04-26 07:18:06 UTC
Constexpr attacks (pext only) LLR: 2.97 (-2.94,2.94) <0.00,2.00> Total: 38400 W: 10057 L: 9749 D: 18594 Ptnml(0-2): 93, 4110, 10498, 4394, 105 https://tests.stockfishchess.org/tests/view/69d2073261a12cebe17edc04 compile time generation leads to sharing tables through the binary, resulting in gain on fishtest, as well as reduced memory usage. The downside is slightly longer compilation time. Using pdep reduces table size 4x, and gains a little outside of fishtest as well. closes https://github.com/official-stockfish/Stockfish/pull/6706 No functional change
Copyright 2011–2026 Next Chess Move LLC