Merge branch 'master' into clusterMergeMaster5

This commit is contained in:
Joost VandeVondele
2019-05-01 08:23:22 +02:00
21 changed files with 186 additions and 231 deletions
+2 -2
View File
@@ -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;