From 4fe04a2cc6efdd3ce1a859cd4d0bd61ca875b4e2 Mon Sep 17 00:00:00 2001 From: Joost VandeVondele Date: Sun, 23 Nov 2025 17:57:33 +0100 Subject: [PATCH] Update main network to nn-87a9d7857d88.nnue trained with https://github.com/vondele/nettest/blob/842d95177f882c0e9b5262247c38d8fcb3e0f3db/threats.yaml passed STC: LLR: 2.93 (-2.94,2.94) <0.00,2.00> Total: 114880 W: 30291 L: 29851 D: 54738 Ptnml(0-2): 499, 13547, 28947, 13909, 538 https://tests.stockfishchess.org/tests/view/6923ec4bba083df4ca63dd39 passed LTC: LLR: 2.97 (-2.94,2.94) <0.50,2.50> Total: 113268 W: 29115 L: 28634 D: 55519 Ptnml(0-2): 114, 12295, 31340, 12766, 119 https://tests.stockfishchess.org/tests/view/6925cd01b23dfeae38cfe134 closes https://github.com/official-stockfish/Stockfish/pull/6452 Bench: 3028457 --- src/evaluate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evaluate.h b/src/evaluate.h index fc7784364..9eff46709 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-c0ae49f08b40.nnue" +#define EvalFileDefaultNameBig "nn-87a9d7857d88.nnue" #define EvalFileDefaultNameSmall "nn-37f18f62d772.nnue" namespace NNUE {