From 0f674b5b2f15c5cd30209230f22198cc71e74310 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 15 Nov 2008 02:42:01 +0000 Subject: Clean neural struct git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@51 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- nmglobal.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'nmglobal.h') diff --git a/nmglobal.h b/nmglobal.h index 85f030b..432a2dc 100644 --- a/nmglobal.h +++ b/nmglobal.h @@ -66,27 +66,8 @@ typedef struct { double results; /* Results */ } HuffStruct; -/******************************** -** BACK PROPAGATION NEURAL NET ** -********************************/ - -/* -** MAXNNETLOOPS -** -** This constant sets the max number of loops through the neural -** net that the system will attempt before giving up. This -** is not a critical constant. You can alter it if your system -** has sufficient horsepower. -*/ -/*#define MAXNNETLOOPS 50000L*/ -#define MAXNNETLOOPS 500000L - -/* -** TYPEDEFS -*/ typedef struct { double results; /* Results */ - unsigned long loops; /* # of times to learn */ } NNetStruct; /*********************** -- cgit v1.2.3