From 9e2ee13e775274ff5faab3fa12a7c0fd0370df3a Mon Sep 17 00:00:00 2001 From: Joost VandeVondele Date: Fri, 28 Nov 2025 07:42:26 +0100 Subject: [PATCH] Update main network to nn-2962dca31855.nnue trained with https://github.com/vondele/nettest/blob/dd921672bd4ad8eb09fa45248078450857e81884/threats.yaml on top off and tested against https://github.com/official-stockfish/Stockfish/pull/6452 passed STC LLR: 2.95 (-2.94,2.94) <0.00,2.00> Total: 130720 W: 34028 L: 33570 D: 63122 Ptnml(0-2): 435, 15348, 33384, 15710, 483 https://tests.stockfishchess.org/tests/view/69294539b23dfeae38cff3ad passed LTC LLR: 2.95 (-2.94,2.94) <0.50,2.50> Total: 51144 W: 13140 L: 12794 D: 25210 Ptnml(0-2): 38, 5370, 14408, 5720, 36 https://tests.stockfishchess.org/tests/view/692a9c37b23dfeae38cffa4f closes https://github.com/official-stockfish/Stockfish/pull/6457 Bench: 2823033 --- src/evaluate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evaluate.h b/src/evaluate.h index 9eff46709..853aeb5b2 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 EvalFileDefaultNameBig "nn-87a9d7857d88.nnue" +#define EvalFileDefaultNameBig "nn-2962dca31855.nnue" #define EvalFileDefaultNameSmall "nn-37f18f62d772.nnue" namespace NNUE {