summaryrefslogtreecommitdiff
path: root/nmglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nmglobal.h')
-rw-r--r--nmglobal.h19
1 files changed, 0 insertions, 19 deletions
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;
/***********************