From: Sergio Vieri Date: Mon, 14 Sep 2020 09:24:05 +0000 (+0800) Subject: Update default net to nn-03744f8d56d8.nnue X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=7135678f71b7f6ee32e92b8dbef2b16b403d8ea9 Update default net to nn-03744f8d56d8.nnue Equivalent to 20200914-1520 closes https://github.com/official-stockfish/Stockfish/pull/3123 Bench: 4222126 --- diff --git a/src/evaluate.h b/src/evaluate.h index 3da6a9fe..c723bd8f 100644 --- a/src/evaluate.h +++ b/src/evaluate.h @@ -38,7 +38,7 @@ namespace Eval { // The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue // for the build process (profile-build and fishtest) to work. Do not change the // name of the macro, as it is used in the Makefile. - #define EvalFileDefaultName "nn-308d71810dff.nnue" + #define EvalFileDefaultName "nn-03744f8d56d8.nnue" namespace NNUE {