![]() |
Graine
Génération procédurale de créatures et apprentissage par réseaux de neurones.
|
#include <NeuronLayer.hpp>
Public Member Functions | |
| NeuronLayer (int nbNeuron, int nbInputPerNeuron) | |
| Constructor of NeuronLayer. More... | |
| NeuronLayer (int nbNeuron, int nbInputPerNeuron, NeuronLayer &father, NeuronLayer &mother) | |
| Constructor of NeuronLayer. More... | |
| std::vector< double > | stimule (std::vector< double > stim) |
| NeuronLayer::NeuronLayer | ( | int | nbNeuron, |
| int | nbInputPerNeuron | ||
| ) |
Constructor of NeuronLayer.
| NeuronLayer::NeuronLayer | ( | int | nbNeuron, |
| int | nbInputPerNeuron, | ||
| NeuronLayer & | father, | ||
| NeuronLayer & | mother | ||
| ) |
Constructor of NeuronLayer.
| vector< double > NeuronLayer::stimule | ( | std::vector< double > | stim | ) |
Stimulation of a NeuronLayer
| stim | vector of double values |
1.8.11