Skip to content

Commit bcdf41d

Browse files
sergiovierivondele
authored andcommitted
Update default net to nn-112bb1c8cdb5.nnue
First trained net using search eval instead of pv leaf static eval. Net created at: 20200810-0744 passed STC: https://tests.stockfishchess.org/tests/view/5f30995d90816720665373f8 LLR: 2.93 (-2.94,2.94) {-0.50,1.50} Total: 15416 W: 2071 L: 1920 D: 11425 Ptnml(0-2): 123, 1376, 4563, 1519, 127 passed LTC: https://tests.stockfishchess.org/tests/view/5f30a104908167206653742b LLR: 2.93 (-2.94,2.94) {0.25,1.75} Total: 29792 W: 2003 L: 1834 D: 25955 Ptnml(0-2): 50, 1541, 11550, 1700, 55 closes #2966 Bench: 4084753
1 parent 651ec3b commit bcdf41d

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-9931db908a9b.nnue", on_eval_file);
82+
o["EvalFile"] << Option("nn-112bb1c8cdb5.nnue", on_eval_file);
8383
}
8484

8585

0 commit comments

Comments
 (0)