mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Implement "seldepth" UCI info
This is the "selective search depth in plies" and we set equal to PV line length. Tested that works under FritzGUI. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -29,6 +29,6 @@ class Position;
|
||||
extern Value evaluate(const Position& pos, Value& margin);
|
||||
extern void init_eval(int threads);
|
||||
extern void quit_eval();
|
||||
extern void read_weights(Color sideToMove);
|
||||
extern void read_evaluation_uci_options(Color sideToMove);
|
||||
|
||||
#endif // !defined(EVALUATE_H_INCLUDED)
|
||||
|
||||
Reference in New Issue
Block a user