Skip to content

Commit

Permalink
name release network
Browse files Browse the repository at this point in the history
Bench: 8825335
  • Loading branch information
Ciekce committed Dec 17, 2023
1 parent d18dbbe commit 097d53e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(stormphrax VERSION 3.0.31)

set(CMAKE_CXX_STANDARD 20)

set(SP_DEFAULT_NET_NAME net023)
set(SP_DEFAULT_NET_NAME edgelands)

set(SP_CLANG CMAKE_CXX_COMPILER_ID STREQUAL "Clang")

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# BUILD WITH CMAKE PER THE INSTRUCTIONS IN THE README

EXE = stormphrax_default
EVALFILE = src/eval/net023.nnue
EVALFILE = src/eval/edgelands.nnue

SOURCES := src/main.cpp src/uci.cpp src/util/split.cpp src/position/position.cpp src/movegen.cpp src/attacks/black_magic/attacks.cpp src/search.cpp src/util/timer.cpp src/pretty.cpp src/ttable.cpp src/limit/time.cpp src/eval/nnue.cpp src/perft.cpp src/bench.cpp src/tunable.cpp src/opts.cpp src/3rdparty/fathom/tbprobe.cpp src/datagen.cpp src/wdl.cpp src/cuckoo.cpp

Expand Down
Binary file renamed src/eval/net023.nnue → src/eval/edgelands.nnue
Binary file not shown.

0 comments on commit 097d53e

Please sign in to comment.