From 0e81096d5ecb6027814e7aae10b461e774f96407 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 21 Jan 2023 19:30:45 +0100 Subject: might as well enable size 6 Same network architecture, same training principle. Predictably this is too slow. Also statically allocate state in driver programmes. --- include/negamax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/negamax.h') 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 #include -#include +#include #include #include #include -- cgit v1.2.3