Skip to content

Commit

Permalink
change data file extension into nnue
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenpham committed Jul 28, 2020
1 parent cc32184 commit 1b7a51f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# list the authors of various nets.
# format as `first name` `last name` `(github handle)`
Freek Posthumus (gekkehenker)
Nguyen Pham (nguyenpham)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This repository contains the networks as required by the NNUE evaluation in Stoc

The networks follow the naming convention
```
nn-SHA.bin
nn-SHA.nnue
```
where SHA are the first 12 digits of the sha256sum of the nn.bin data file (`sha256sum nn.bin | cut -c1-12`).
where SHA are the first 12 digits of the sha256sum of the nn.nnue data file (`sha256sum nn.nnue | cut -c1-12`).

For a given Stockfish version, the default network name (UCI option `EvalFile`),
specifies the compatible and tested network file name. Other combinations may or may not work.
Expand Down
File renamed without changes.

0 comments on commit 1b7a51f

Please sign in to comment.