Hard-kill search in generate_training_data when the node count is 3x over the limit.

This commit is contained in:
Tomasz Sobczyk
2021-09-17 18:58:30 +02:00
parent cfee179152
commit 5956efafdd
3 changed files with 24 additions and 1 deletions
+1
View File
@@ -92,6 +92,7 @@ public:
int selDepth, nmpMinPly;
Color nmpColor;
std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
uint64_t maxNodes;
Position rootPos;
StateInfo rootState;