From 35dc86f8476250f693aa419f404b2b4c8c381d92 Mon Sep 17 00:00:00 2001 From: tslil Date: Sat, 27 Mar 2021 23:59:33 -0400 Subject: Playing around with huge nn's, poorly trained. Not great at shallow depths --- include/negamax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/negamax.c') diff --git a/include/negamax.c b/include/negamax.c index 0afa153..62c3720 100644 --- a/include/negamax.c +++ b/include/negamax.c @@ -12,7 +12,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with Takwrap. If not, see . + along with ct. If not, see . */ #include "negamax.h" -- cgit v1.2.3