X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=387937390c18b1381fccc2e18755b69f3f73c2c9;hb=1a5c21dc56a30f4af3979fb47ec3681dc7077195;hp=2475d2ec2545101bfbb887c475e89747f5ceab6f;hpb=73018a03375b4b72ee482eb5a4a2152d7e4f0aac;p=stockfish diff --git a/src/thread.h b/src/thread.h index 2475d2ec..38793739 100644 --- a/src/thread.h +++ b/src/thread.h @@ -60,11 +60,11 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; size_t pvIdx, pvLast; - RunningAverage ttHitAverage; RunningAverage doubleExtensionAverage[COLOR_NB]; uint64_t nodesLastExplosive; uint64_t nodesLastNormal; std::atomic nodes, tbHits, bestMoveChanges; + Value bestValue; int selDepth, nmpMinPly; Color nmpColor; ExplosionState state; @@ -73,6 +73,7 @@ public: StateInfo rootState; Search::RootMoves rootMoves; Depth rootDepth, completedDepth; + Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; LowPlyHistory lowPlyHistory;