]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Tablebases root ranking
[stockfish] / src / thread.h
index 1397449733d8f7eebbc303ce879ff1dc7954b7ff..602e1f3b37996ca65ba849cbef9bff8a41f4abb0 100644 (file)
@@ -60,7 +60,7 @@ public:
   Pawns::Table pawnsTable;
   Material::Table materialTable;
   Endgames endgames;
-  size_t PVIdx;
+  size_t PVIdx, PVLast;
   int selDepth, nmp_ply, nmp_odd;
   std::atomic<uint64_t> nodes, tbHits;
 
@@ -71,6 +71,7 @@ public:
   ButterflyHistory mainHistory;
   CapturePieceToHistory captureHistory;
   ContinuationHistory contHistory;
+  Score contempt;
 };