Skip to content

Commit 19d3694

Browse files
committed
updated network file
1 parent f627926 commit 19d3694

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

nets/bob_brain-012022e141.nnue

-2.32 MB
Binary file not shown.

nets/bob_brain-020322e184.nnue

2.32 MB
Binary file not shown.

src/uci.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ class UCI {
2323
const std::string NAME = "Mr Bob";
2424
const std::string VERSION = "v1.2.0";
2525
const std::string AUTHOR = "Vincent Yu";
26-
const std::string DEFAULT_NETWORK = "nets/bob_brain-012022e141.nnue";
26+
const std::string DEFAULT_NETWORK = "nets/bob_brain-020322e184.nnue";
2727

2828
};

0 commit comments

Comments
 (0)