mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Provide selective search depth info for each pv move
No functional change Closes #1166
This commit is contained in:
@@ -64,6 +64,7 @@ struct RootMove {
|
||||
|
||||
Value score = -VALUE_INFINITE;
|
||||
Value previousScore = -VALUE_INFINITE;
|
||||
int selDepth = 0;
|
||||
std::vector<Move> pv;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user