[NNUE] default net

change default net to nn-c157e0a5755b.bin as available in https://github.com/official-stockfish/networks
This commit is contained in:
Joost VandeVondele
2020-07-25 12:45:19 +02:00
parent 458a920788
commit faf08671ff

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("./eval/nn.bin", on_eval_file);
o["EvalFile"] << Option("nn-c157e0a5755b.bin", on_eval_file);
}