]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Update default net to nn-0000000000a0.nnue
[stockfish] / src / evaluate.h
index 8ac24daea178040201a62683a4c2b4628237b84d..26f2fc4f985a776c3359045c52fd2b7b42eb446f 100644 (file)
@@ -26,7 +26,6 @@
 namespace Stockfish {
 
 class Position;
-enum Value : int;
 
 namespace Eval {
 
@@ -40,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-1ee1aba5ed4c.nnue"
+  #define EvalFileDefaultName   "nn-0000000000a0.nnue"
 
   namespace NNUE {