]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Update default net to nn-63376713ba63.nnue.
[stockfish] / src / thread.h
index fae866c4f30d21657f1ae396f5277a0b83cf50ee..37c6452b9b7065799c256b24b7771f5d8b9143e4 100644 (file)
@@ -64,9 +64,11 @@ public:
   uint64_t nodesLastExplosive;
   uint64_t nodesLastNormal;
   std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
+  Value bestValue;
   int selDepth, nmpMinPly;
   Color nmpColor;
   ExplosionState state;
+  Value optimism[COLOR_NB];
 
   Position rootPos;
   StateInfo rootState;
@@ -93,6 +95,7 @@ struct MainThread : public Thread {
 
   double previousTimeReduction;
   Value bestPreviousScore;
+  Value bestPreviousAverageScore;
   Value iterValue[4];
   int callsCnt;
   bool stopOnPonderhit;