Skip to content

Commit cfbecda

Browse files
committed
Fix Hash
bench 1849271
1 parent c580965 commit cfbecda

File tree

1 file changed

+1
-1
lines changed
  • Serendipity/src/main/java/org/shawn/games/Serendipity/UCI

1 file changed

+1
-1
lines changed

Serendipity/src/main/java/org/shawn/games/Serendipity/UCI/UCI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static void main(String args[])
7575
options = new HashMap<>();
7676
networkName = new NNUEOption("embedded.nnue", "nnuefile");
7777
threads = new IntegerOption(1, 1, 1, "Threads");
78-
hash = new HashOption(32, 8, 4096, transpositionTable, "Hash");
78+
hash = new HashOption(4, 1, 4096, transpositionTable, "Hash");
7979

8080
try
8181
{

0 commit comments

Comments
 (0)