X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fevaluate.h;h=94cd42cc67a5deb4da510bd828e462bdf6d6614a;hb=38e61663d836e062af0bc002814ad5149c4b7729;hp=6184607330048de284686a76c7092539b3ba2e9f;hpb=37160c4b1632245d46d86cec7bd22b76f5a87531;p=stockfish diff --git a/src/evaluate.h b/src/evaluate.h index 61846073..94cd42cc 100644 --- a/src/evaluate.h +++ b/src/evaluate.h @@ -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-dabb1ed23026.nnue" + #define EvalFileDefaultName "nn-fdc1d0fe6455.nnue" namespace NNUE {