aboutsummaryrefslogtreecommitdiff
path: root/include/negamax.h
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2023-01-21 19:30:45 +0100
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit0e81096d5ecb6027814e7aae10b461e774f96407 (patch)
tree6cedfe4b3fad3770a5210f5e5d5ad205c17f4b0f /include/negamax.h
parentcb2b78ced27fc7996ed11c3450f69138d7d1b61f (diff)
might as well enable size 6
Same network architecture, same training principle. Predictably this is too slow. Also statically allocate state in driver programmes.
Diffstat (limited to 'include/negamax.h')
-rw-r--r--include/negamax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/negamax.h b/include/negamax.h
index eedb7dd..e31cc32 100644
--- a/include/negamax.h
+++ b/include/negamax.h
@@ -19,7 +19,7 @@
#include <stdint.h>
#include <actions.h>
-#include <nn1986.h>
+#include <nn.h>
#include <tak.h>
#include <tt_llcht.h>
#include <zobrist.h>