Skip to content

Commit 67e4841

Browse files
sergiovierivondele
authored andcommitted
Update default net to nn-82215d0fd0df.nnue
Net created at: 20200812-2257 passed STC: https://tests.stockfishchess.org/tests/view/5f340ca99e5f2effc089da17 LLR: 2.96 (-2.94,2.94) {-0.50,1.50} Total: 5744 W: 756 L: 627 D: 4361 Ptnml(0-2): 28, 485, 1731, 586, 42 passed LTC: https://tests.stockfishchess.org/tests/view/5f341eba9e5f2effc089da23 LLR: 2.94 (-2.94,2.94) {0.25,1.75} Total: 17136 W: 1041 L: 917 D: 15178 Ptnml(0-2): 13, 813, 6807, 907, 28 closes #2992 Bench: 3935117
1 parent 69cfe28 commit 67e4841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ucioption.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void init(OptionsMap& o) {
7979
o["Syzygy50MoveRule"] << Option(true);
8080
o["SyzygyProbeLimit"] << Option(7, 0, 7);
8181
o["Use NNUE"] << Option(false, on_use_NNUE);
82-
o["EvalFile"] << Option("nn-112bb1c8cdb5.nnue", on_eval_file);
82+
o["EvalFile"] << Option("nn-82215d0fd0df.nnue", on_eval_file);
8383
}
8484

8585

0 commit comments

Comments
 (0)