]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove nmpColor
[stockfish] / src / thread.h
index 46cdb11c36a473999aaf970f9eb11544d858b897..3a114c797a6703ff4bb9fbe3cbf562c51d39a899 100644 (file)
@@ -60,10 +60,8 @@ public:
   Pawns::Table pawnsTable;
   Material::Table materialTable;
   size_t pvIdx, pvLast;
-  RunningAverage complexityAverage;
   std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
   int selDepth, nmpMinPly;
-  Color nmpColor;
   Value bestValue, optimism[COLOR_NB];
 
   Position rootPos;
@@ -87,6 +85,7 @@ struct MainThread : public Thread {
   void search() override;
   void check_time();
 
+  double complexity;
   double previousTimeReduction;
   Value bestPreviousScore;
   Value bestPreviousAverageScore;