X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fthread.h;h=387937390c18b1381fccc2e18755b69f3f73c2c9;hb=7b278aab9f61620b9dba31896b38aeea1eb911e2;hp=e04d303a271996ee39f2335997e58e6fd4c3bcf7;hpb=0bddd942b4d096ff31132a4c3e7aef016d0f2d41;p=stockfish diff --git a/src/thread.h b/src/thread.h index e04d303a..38793739 100644 --- a/src/thread.h +++ b/src/thread.h @@ -64,6 +64,7 @@ public: uint64_t nodesLastExplosive; uint64_t nodesLastNormal; std::atomic nodes, tbHits, bestMoveChanges; + Value bestValue; int selDepth, nmpMinPly; Color nmpColor; ExplosionState state; @@ -72,6 +73,7 @@ public: StateInfo rootState; Search::RootMoves rootMoves; Depth rootDepth, completedDepth; + Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; LowPlyHistory lowPlyHistory;