mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08: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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user