X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=cd206faab987c71ee5bcc41406b2e42d75dab3eb;hb=e4b7403f127a36a35bbace9f833ab43babd98a6c;hp=e04d303a271996ee39f2335997e58e6fd4c3bcf7;hpb=0bddd942b4d096ff31132a4c3e7aef016d0f2d41;p=stockfish diff --git a/src/thread.h b/src/thread.h index e04d303a..cd206faa 100644 --- a/src/thread.h +++ b/src/thread.h @@ -64,14 +64,17 @@ public: uint64_t nodesLastExplosive; uint64_t nodesLastNormal; std::atomic nodes, tbHits, bestMoveChanges; + Value bestValue; int selDepth, nmpMinPly; Color nmpColor; ExplosionState state; + Value optimism[COLOR_NB]; Position rootPos; StateInfo rootState; Search::RootMoves rootMoves; Depth rootDepth, completedDepth; + Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; LowPlyHistory lowPlyHistory;