1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00

[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);
}