]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
TrappedRook value and King positional tables
[stockfish] / src / thread.h
index 0517afc5d149d6f0318f0f44a611d35569fb67f6..a1545072843a2dd9286c53db09d2b48c8bb8275c 100644 (file)
@@ -60,7 +60,8 @@ public:
 
   Pawns::Table pawnsTable;
   Material::Table materialTable;
-  size_t pvIdx, pvLast, shuffleExts;
+  size_t pvIdx, pvLast;
+  uint64_t ttHitAverage;
   int selDepth, nmpMinPly;
   Color nmpColor;
   std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
@@ -87,6 +88,7 @@ struct MainThread : public Thread {
 
   double previousTimeReduction;
   Value previousScore;
+  Value iterValue[4];
   int callsCnt;
   bool stopOnPonderhit;
   std::atomic_bool ponder;