Provide selective search depth info for each pv move

No functional change

Closes #1166
This commit is contained in:
joergoster
2017-07-13 16:30:03 -07:00
committed by Joona Kiiski
parent 36a93d90f7
commit 377d77dbe9
4 changed files with 10 additions and 6 deletions

View File

@@ -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;