]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Update default net to nn-63376713ba63.nnue.
[stockfish] / src / thread.h
index 387937390c18b1381fccc2e18755b69f3f73c2c9..37c6452b9b7065799c256b24b7771f5d8b9143e4 100644 (file)
@@ -68,6 +68,7 @@ public:
   int selDepth, nmpMinPly;
   Color nmpColor;
   ExplosionState state;
+  Value optimism[COLOR_NB];
 
   Position rootPos;
   StateInfo rootState;
@@ -94,6 +95,7 @@ struct MainThread : public Thread {
 
   double previousTimeReduction;
   Value bestPreviousScore;
+  Value bestPreviousAverageScore;
   Value iterValue[4];
   int callsCnt;
   bool stopOnPonderhit;