Change data file extension of nnue networks

move from .bin (used for polyglot books etc) to .nnue
This commit is contained in:
NguyenPham
2020-07-28 14:02:35 +02:00
committed by Joost VandeVondele
parent 2f459fb161
commit 5c616bc46b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -94,7 +94,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-c157e0a5755b.bin", on_eval_file);
o["EvalFile"] << Option("nn-c157e0a5755b.nnue", on_eval_file);
}