Skip to content

Commit

Permalink
Fix missing option UCI_ShowWDL
Browse files Browse the repository at this point in the history
  • Loading branch information
PikaCat-OuO committed Aug 22, 2024
1 parent 15ebc62 commit 97fbcd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Engine::Engine(std::string path) :
options["MultiPV"] << Option(1, 1, MAX_MOVES);
options["Move Overhead"] << Option(10, 0, 5000);
options["nodestime"] << Option(0, 0, 10000);
options["UCI_ShowWDL"] << Option(false);
options["EvalFile"] << Option(EvalFileDefaultName, [this](const Option& o) {
load_network(o);
return std::nullopt;
Expand Down

0 comments on commit 97fbcd2

Please sign in to comment.