mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Provide selective search depth info for each pv move
No functional change Closes #1166
This commit is contained in:
+1
-1
@@ -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