Update main network to nn-fcf986aea78a.nnue

Passed STC:
https://tests.stockfishchess.org/tests/view/69ef80071e5788938e86a302
LLR: 2.96 (-2.94,2.94) <0.00,2.00>
Total: 32000 W: 8549 L: 8231 D: 15220
Ptnml(0-2): 124, 3717, 8024, 3987, 148

Passed LTC:
https://tests.stockfishchess.org/tests/view/69f046ba1e5788938e86a42f
LLR: 2.94 (-2.94,2.94) <0.50,2.50>
Total: 149646 W: 38739 L: 38186 D: 72721
Ptnml(0-2): 119, 16353, 41326, 16906, 119

New trainer:
official-stockfish/nnue-pytorch#430

Recipe:
TonyCongqianWang/nettest@104ed33

closes https://github.com/official-stockfish/Stockfish/pull/6790

Bench: 2344696
This commit is contained in:
Tony Wang
2026-05-04 08:42:55 +02:00
committed by Joost VandeVondele
parent 1554a2ca0b
commit 5095cd16c9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -258,6 +258,7 @@ Tobias Steinmann
Tomasz Sobczyk (Sopel97) Tomasz Sobczyk (Sopel97)
Tom Truscott Tom Truscott
Tom Vijlbrief (tomtor) Tom Vijlbrief (tomtor)
Tony Wang (TonyCongqianWang)
Torsten Franz (torfranz, tfranzer) Torsten Franz (torfranz, tfranzer)
Torsten Hellwig (Torom) Torsten Hellwig (Torom)
Tracey Emery (basepr1me) Tracey Emery (basepr1me)
+1 -1
View File
@@ -33,7 +33,7 @@ namespace Eval {
// for the build process (profile-build and fishtest) to work. Do not change the // for the build process (profile-build and fishtest) to work. Do not change the
// name of the macro or the location where this macro is defined, as it is used // name of the macro or the location where this macro is defined, as it is used
// in the Makefile/Fishtest. // in the Makefile/Fishtest.
#define EvalFileDefaultName "nn-f68ec79f0fe3.nnue" #define EvalFileDefaultName "nn-fcf986aea78a.nnue"
namespace NNUE { namespace NNUE {
class Network; class Network;