]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Update architecture to "SFNNv4". Update network to nn-6877cd24400e.nnue.
[stockfish] / src / evaluate.h
index 57a7687d776599196d2b5d584f4d4cbc5f9f2417..1934c9bddf07173731d9b0203228f1cf6da256e0 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-ac07bd334b62.nnue"
+  #define EvalFileDefaultName   "nn-6877cd24400e.nnue"
 
   namespace NNUE {