16 # include "GA/i_dna.h" 
   17 # include "ANN/neural_net.h" 
   35     GANN(std::vector<unsigned int> 
const& infos);
 
   53     double  getFitness(
void) 
const;
 
   58     ANN const&  getGenes(
void) 
const;
 
   68     void    setFitness(
double fitness);
 
   73     void    setGenes(
ANN const& ann);
 
Define the interface that will be used to create an supported individual for the GAEngine. 
Definition: i_dna.h:22
Define what is a neural network. 
Definition: neural_net.h:24
Contains all the objects that provide the management for the genetic algorithm with neural networks...
Definition: ann_exception.h:16