mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Provide selective search depth info for each pv move
No functional change Closes #1166
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
Material::Table materialTable;
|
||||
Endgames endgames;
|
||||
size_t idx, PVIdx;
|
||||
int maxPly;
|
||||
int selDepth;
|
||||
std::atomic<uint64_t> nodes, tbHits;
|
||||
|
||||
Position rootPos;
|
||||
|
||||
Reference in New Issue
Block a user