X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=37c6452b9b7065799c256b24b7771f5d8b9143e4;hb=b82d93ece484f833c994b40d9eddd959ba20ef92;hp=fae866c4f30d21657f1ae396f5277a0b83cf50ee;hpb=c2b9134c6e7637ea375b4755a6f96dc772c6bb17;p=stockfish diff --git a/src/thread.h b/src/thread.h index fae866c4..37c6452b 100644 --- a/src/thread.h +++ b/src/thread.h @@ -64,9 +64,11 @@ 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; @@ -93,6 +95,7 @@ struct MainThread : public Thread { double previousTimeReduction; Value bestPreviousScore; + Value bestPreviousAverageScore; Value iterValue[4]; int callsCnt; bool stopOnPonderhit;