]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Update default net to nn-0dd1cebea573.nnue
[stockfish] / src / evaluate.h
index 3615fe6d7e6b112946e055db8f2e89a86c217ec1..dcbe6b3c9bceae360a80a16d4466bed3a348a85f 100644 (file)
@@ -31,7 +31,7 @@ class Position;
 namespace Eval {
 
   std::string trace(Position& pos);
-  Value evaluate(const Position& pos, int* complexity = nullptr);
+  Value evaluate(const Position& pos);
 
   extern bool useNNUE;
   extern std::string currentEvalFileName;
@@ -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-52471d67216a.nnue"
+  #define EvalFileDefaultName   "nn-0dd1cebea573.nnue"
 
   namespace NNUE {