X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=8027855a6144091892fc2711829888c193df7e91;hb=19a90b45bceb69aa62b5c85366343a7d1cfc695f;hp=c3d38f3cf310c1c1c6255304093aca122f18565b;hpb=2b0372319d2a6797c49cb24dca5da221a669e36a;p=stockfish diff --git a/src/thread.h b/src/thread.h index c3d38f3c..8027855a 100644 --- a/src/thread.h +++ b/src/thread.h @@ -60,21 +60,16 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; size_t pvIdx, pvLast; - RunningAverage doubleExtensionAverage[COLOR_NB]; RunningAverage complexityAverage; - uint64_t nodesLastExplosive; - uint64_t nodesLastNormal; std::atomic nodes, tbHits, bestMoveChanges; - Value bestValue; int selDepth, nmpMinPly; Color nmpColor; - ExplosionState state; - Value optimism[COLOR_NB]; + Value bestValue, optimism[COLOR_NB]; Position rootPos; StateInfo rootState; Search::RootMoves rootMoves; - Depth rootDepth, completedDepth; + Depth rootDepth, completedDepth, depth; Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory;