#include <Neuron.hpp>
| Neuron::Neuron |
( |
int |
nbInput | ) |
|
| Neuron::Neuron |
( |
int |
nbInput, |
|
|
Neuron & |
father, |
|
|
Neuron & |
mother |
|
) |
| |
| double Neuron::crossOver |
( |
double |
used, |
|
|
double |
notUsed |
|
) |
| |
Crossover function.
crossOver method definition
- Parameters
-
- Returns
- a double value
| double Neuron::mutate |
( |
double |
value | ) |
|
Mutation function, these are quite rare.
Define if a Neuron mutate or not which means the mutate value will change.
- Parameters
-
- Returns
- a double value
| double Neuron::stimule |
( |
std::vector< double > |
weights | ) |
|
Stimulation function.
Stimulation of a Neuron
- Parameters
-
- Returns
- a complicated value
The documentation for this class was generated from the following files: