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