motors.h
The base abstract class for iterating over neurons of a neural network.
Definition: neuroninterfaces.h:56
ResourceVector< real > m_additionalOutputs
The vector with additional outputs.
Definition: motors.h:130
This file contains the common type defitions used on the whole framework.
const QString m_neuronsIteratorResource
The name of th resource associated with the neural network iterator.
Definition: motors.h:136
const QString m_additionalOutputsResource
The name of the resource associated with the vector of additional outputs.
Definition: motors.h:142
A class to add output neurons that can be used for custom operations.
Definition: motors.h:60
NeuronsIterator * m_neuronsIterator
The object to iterate over neurons of the neural network.
Definition: motors.h:147
ResourceChangeType