mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 03:56:50 +08:00
Fix incorrect use of UCI::Option of type "combo".
This commit is contained in:
@@ -86,7 +86,7 @@ void init(OptionsMap& o) {
|
||||
o["SyzygyProbeDepth"] << Option(1, 1, 100);
|
||||
o["Syzygy50MoveRule"] << Option(true);
|
||||
o["SyzygyProbeLimit"] << Option(7, 0, 7);
|
||||
#ifdef EVAL_LEARN
|
||||
#if defined(EVAL_LEARN)
|
||||
o["Use NNUE"] << Option("true var true var false var pure", "true", on_use_NNUE);
|
||||
#else
|
||||
o["Use NNUE"] << Option("true var true var false", "true", on_use_NNUE);
|
||||
|
||||
Reference in New Issue
Block a user