Utility Classes for experiments
  | Classes | |
| class | Component | 
| The Component is the base (abstract) class for any specific project implementation.  More... | |
| class | Evonet | 
| Evonet is the neural network taken from the EvoRobot.  More... | |
| class | EvonetIterator | 
| This class iterate over the neurons of a Evonet neural network.  More... | |
| class | EvoRobotComponent | 
| This class setup an evolutionary experiment.  More... | |
| class | FarsaPlugin | 
| the interface for implement a plugin for adding new feature to FARSA  More... | |
| class | Motor | 
| The base abstract class for the Motor hierarchy.  More... | |
| class | NeuronsIterator | 
| The base abstract class for iterating over neurons of a neural network.  More... | |
| class | NoisyDevice | 
| The base abstract class for devices (sensors and motors) with noise.  More... | |
| class | Sensor | 
| The base abstract class for the Sensor hierarchy.  More... | |
| Enumerations | |
| enum | layer_t { InputLayer, HiddenLayer, OutputLayer } | 
| enum the possible layers on which the blocks can be defined  More... | |
Detailed Description
Enumeration Type Documentation
| enum layer_t | 
enum the possible layers on which the blocks can be defined
Definition at line 346 of file neuroninterfaces.h.