X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fevaluate.h;h=26f2fc4f985a776c3359045c52fd2b7b42eb446f;hb=afe7f4d9b0c5e1a1aa224484d2cd9e04c7f099b9;hp=fc852c8d75139e51cf30000ff38db950a22d9474;hpb=932f5a2d657c846c282adcf2051faef7ca17ae15;p=stockfish diff --git a/src/evaluate.h b/src/evaluate.h index fc852c8d..26f2fc4f 100644 --- a/src/evaluate.h +++ b/src/evaluate.h @@ -20,7 +20,6 @@ #define EVALUATE_H_INCLUDED #include -#include #include "types.h" @@ -31,15 +30,16 @@ class Position; namespace Eval { std::string trace(Position& pos); + + Value simple_eval(const Position& pos, Color c); Value evaluate(const Position& pos); - extern bool useNNUE; extern std::string currentEvalFileName; // 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-ea57bea57e32.nnue" + #define EvalFileDefaultName "nn-0000000000a0.nnue" namespace NNUE {