X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fevaluate.h;h=26f2fc4f985a776c3359045c52fd2b7b42eb446f;hb=d3d0c69dc1baf03c93252da3583b1b746c5a7ab6;hp=33effb1cfd800b1d558563dfcf4e78b57ab63ad1;hpb=a46087ee30ace00e1edd8963ee33b0a1b87031b6;p=stockfish diff --git a/src/evaluate.h b/src/evaluate.h index 33effb1c..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-78bacfcee510.nnue" + #define EvalFileDefaultName "nn-0000000000a0.nnue" namespace NNUE {