]> git.sesse.net Git - stockfish/commitdiff
Update default net to nn-03744f8d56d8.nnue
authorSergio Vieri <sergio.vieri.hp@gmail.com>
Mon, 14 Sep 2020 09:24:05 +0000 (17:24 +0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 15 Sep 2020 05:21:04 +0000 (07:21 +0200)
Equivalent to 20200914-1520

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

Bench: 4222126

src/evaluate.h

index 3da6a9fea6e626123fe637424c45e47cf830f97d..c723bd8fa1d123d7e63946f5dc44f655e46b27eb 100644 (file)
@@ -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 {