]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Permute master net weights to increase sparsity
[stockfish] / src / evaluate.h
index 94cd42cc67a5deb4da510bd828e462bdf6d6614a..c35b2f07bec5907383506c22b1f66130d8c0afc1 100644 (file)
@@ -39,7 +39,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-fdc1d0fe6455.nnue"
+  #define EvalFileDefaultName   "nn-cd2ff4716c34.nnue"
 
   namespace NNUE {