mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +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
@@ -414,7 +414,7 @@ void quit_eval() {
|
||||
|
||||
/// read_weights() reads evaluation weights from the corresponding UCI parameters
|
||||
|
||||
void read_weights(Color us) {
|
||||
void read_evaluation_uci_options(Color us) {
|
||||
|
||||
// King safety is asymmetrical. Our king danger level is weighted by
|
||||
// "Cowardice" UCI parameter, instead the opponent one by "Aggressiveness".
|
||||
|
||||
Reference in New Issue
Block a user