Graine
Génération procédurale de créatures et apprentissage par réseaux de neurones.
Public Member Functions | List of all members
NeuronLayer Class Reference

#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)
 

Constructor & Destructor Documentation

NeuronLayer::NeuronLayer ( int  nbNeuron,
int  nbInputPerNeuron 
)

Constructor of NeuronLayer.

NeuronLayer::NeuronLayer ( int  nbNeuron,
int  nbInputPerNeuron,
NeuronLayer father,
NeuronLayer mother 
)

Constructor of NeuronLayer.

Member Function Documentation

vector< double > NeuronLayer::stimule ( std::vector< double >  stim)

Stimulation of a NeuronLayer

Parameters
stimvector of double values
Returns
a vector containing double values with results of the stimulation

The documentation for this class was generated from the following files: