]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Reduce use of lazyEval
[stockfish] / src / thread.h
index e04d303a271996ee39f2335997e58e6fd4c3bcf7..387937390c18b1381fccc2e18755b69f3f73c2c9 100644 (file)
@@ -64,6 +64,7 @@ public:
   uint64_t nodesLastExplosive;
   uint64_t nodesLastNormal;
   std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
+  Value bestValue;
   int selDepth, nmpMinPly;
   Color nmpColor;
   ExplosionState state;
@@ -72,6 +73,7 @@ public:
   StateInfo rootState;
   Search::RootMoves rootMoves;
   Depth rootDepth, completedDepth;
+  Value rootDelta;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
   LowPlyHistory lowPlyHistory;