mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 01:03: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:
parent
458a920788
commit
faf08671ff
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ void init(OptionsMap& o) {
|
||||||
o["Syzygy50MoveRule"] << Option(true);
|
o["Syzygy50MoveRule"] << Option(true);
|
||||||
o["SyzygyProbeLimit"] << Option(7, 0, 7);
|
o["SyzygyProbeLimit"] << Option(7, 0, 7);
|
||||||
o["Use NNUE"] << Option(false, on_use_nnue);
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue