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

Update default net to nn-97f742aaefcd.nnue

uploaded by Sergio Vieri

NNUE signature: 4254913
Bench: 4746616
This commit is contained in:
Joost VandeVondele 2020-08-04 08:12:43 +02:00
parent 97724370e7
commit bb9c6bc6a1

View file

@ -81,7 +81,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.nnue", on_eval_file);
o["EvalFile"] << Option("nn-97f742aaefcd.nnue", on_eval_file);
}