mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
Hard-kill search in generate_training_data when the node count is 3x over the limit.
This commit is contained in:
@@ -92,6 +92,7 @@ public:
|
||||
int selDepth, nmpMinPly;
|
||||
Color nmpColor;
|
||||
std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
|
||||
uint64_t maxNodes;
|
||||
|
||||
Position rootPos;
|
||||
StateInfo rootState;
|
||||
|
||||
Reference in New Issue
Block a user