From 5095cd16c97e7596f2d2a02eb05ed8e030af991f Mon Sep 17 00:00:00 2001 From: Tony Wang <35334345+TonyCongqianWang@users.noreply.github.com> Date: Thu, 30 Apr 2026 18:52:44 +0200 Subject: [PATCH] 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 --- AUTHORS | 1 + src/evaluate.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 1f0b9e37c..b384d442c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -258,6 +258,7 @@ Tobias Steinmann Tomasz Sobczyk (Sopel97) Tom Truscott Tom Vijlbrief (tomtor) +Tony Wang (TonyCongqianWang) Torsten Franz (torfranz, tfranzer) Torsten Hellwig (Torom) Tracey Emery (basepr1me) diff --git a/src/evaluate.h b/src/evaluate.h index 2a93e70bc..6d3b3f180 100644 --- a/src/evaluate.h +++ b/src/evaluate.h @@ -33,7 +33,7 @@ namespace Eval { // 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 // in the Makefile/Fishtest. -#define EvalFileDefaultName "nn-f68ec79f0fe3.nnue" +#define EvalFileDefaultName "nn-fcf986aea78a.nnue" namespace NNUE { class Network;