mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Merge branch 'master' into clusterMergeMaster5
This commit is contained in:
+2
-2
@@ -64,7 +64,7 @@ public:
|
||||
size_t pvIdx, pvLast;
|
||||
int selDepth, nmpMinPly;
|
||||
Color nmpColor;
|
||||
std::atomic<uint64_t> nodes, tbHits, TTsaves;
|
||||
std::atomic<uint64_t> nodes, tbHits, TTsaves, bestMoveChanges;
|
||||
|
||||
Position rootPos;
|
||||
Search::RootMoves rootMoves;
|
||||
@@ -93,7 +93,7 @@ struct MainThread : public Thread {
|
||||
void search() override;
|
||||
void check_time();
|
||||
|
||||
double bestMoveChanges, previousTimeReduction;
|
||||
double previousTimeReduction;
|
||||
Value previousScore;
|
||||
int callsCnt;
|
||||
bool stopOnPonderhit;
|
||||
|
||||
Reference in New Issue
Block a user