]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Expose the lazy threshold for the feature transformer PSQT as a parameter.
[stockfish] / src / evaluate.h
index 40622e933eaf67c837157ffe5c80b65ce4e34b53..6bc1f0b387b4c02ddde1a9a37ef61ebc7e2fc534 100644 (file)
@@ -43,7 +43,7 @@ namespace Eval {
 
   namespace NNUE {
 
-    Value evaluate(const Position& pos);
+    Value evaluate(const Position& pos, bool adjusted = false, Value lazyThreshold = VALUE_INFINITE);
     bool load_eval(std::string name, std::istream& stream);
     bool save_eval(std::ostream& stream);
     void init();