]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Avoid sending info strings before 'uci' has been received
[stockfish] / src / thread.h
index 63629e338124e5a6e12a44205698205c601be29c..79be197bf27ba794fa163299322421cf50946769 100644 (file)
@@ -71,6 +71,7 @@ public:
   Depth rootDepth, completedDepth;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
+  LowPlyHistory lowPlyHistory;
   CapturePieceToHistory captureHistory;
   ContinuationHistory continuationHistory[2][2];
   Score contempt;
@@ -87,7 +88,7 @@ struct MainThread : public Thread {
   void check_time();
 
   double previousTimeReduction;
-  Value previousScore;
+  Value bestPreviousScore;
   Value iterValue[4];
   int callsCnt;
   bool stopOnPonderhit;