]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Fix typos in comments, adjust readme
[stockfish] / src / thread.h
index fae866c4f30d21657f1ae396f5277a0b83cf50ee..cd206faab987c71ee5bcc41406b2e42d75dab3eb 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;