TwiceAsNice  2019-02-18
Classes | Macros | Functions
neurro.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

struct  brainstruct
 

Macros

#define LAYERS   3 /* max. number of hidden+i/o layers */
 
#define CONNEX   LAYERS-1
 
#define NEURONS   10 /* maximum number of neurons/layer */
 

Functions

double f (double)
 

Macro Definition Documentation

◆ CONNEX

#define CONNEX   LAYERS-1

◆ LAYERS

#define LAYERS   3 /* max. number of hidden+i/o layers */

◆ NEURONS

#define NEURONS   10 /* maximum number of neurons/layer */

Function Documentation

◆ f()

double f ( double  )