X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=2475d2ec2545101bfbb887c475e89747f5ceab6f;hb=135caee606c86ade9e9c199ef469661c374eb9ba;hp=5bfa2359afdd5e02908afbb776a5a86df9f24c96;hpb=ed436a36bade82422753f8be9c16d790232e9c91;p=stockfish diff --git a/src/thread.h b/src/thread.h index 5bfa2359..2475d2ec 100644 --- a/src/thread.h +++ b/src/thread.h @@ -60,10 +60,14 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; size_t pvIdx, pvLast; - uint64_t ttHitAverage; + RunningAverage ttHitAverage; + RunningAverage doubleExtensionAverage[COLOR_NB]; + uint64_t nodesLastExplosive; + uint64_t nodesLastNormal; + std::atomic nodes, tbHits, bestMoveChanges; int selDepth, nmpMinPly; Color nmpColor; - std::atomic nodes, tbHits, bestMoveChanges; + ExplosionState state; Position rootPos; StateInfo rootState;