Merge latest changes from nodchip repo

This commit is contained in:
Dariusz Orzechowski
2020-07-20 13:19:25 +02:00
5 changed files with 187 additions and 19 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ void init(OptionsMap& o) {
o["Syzygy50MoveRule"] << Option(true);
o["SyzygyProbeLimit"] << Option(7, 0, 7);
o["Use NNUE"] << Option(false, on_use_nnue);
o["EvalFile"] << Option("nn.bin", on_eval_file);
o["EvalFile"] << Option("./eval/nn.bin", on_eval_file);
}