projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
35ab825
)
Update default net to nn-03744f8d56d8.nnue
author
Sergio Vieri
<sergio.vieri.hp@gmail.com>
Mon, 14 Sep 2020 09:24:05 +0000 (17:24 +0800)
committer
Joost VandeVondele
<Joost.VandeVondele@gmail.com>
Tue, 15 Sep 2020 05:21:04 +0000 (07:21 +0200)
Equivalent to
20200914
-1520
closes https://github.com/official-stockfish/Stockfish/pull/3123
Bench: 4222126
src/evaluate.h
patch
|
blob
|
history
diff --git
a/src/evaluate.h
b/src/evaluate.h
index
3da6a9f
..
c723bd8
100644
(file)
--- a/
src/evaluate.h
+++ b/
src/evaluate.h
@@
-38,7
+38,7
@@
namespace Eval {
// The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
// for the build process (profile-build and fishtest) to work. Do not change the
// name of the macro, as it is used in the Makefile.
- #define EvalFileDefaultName "nn-308d71810dff.nnue"
+ #define EvalFileDefaultName "nn-03744f8d56d8.nnue"
namespace NNUE {