43 virtual void Print(
void) = 0;
virtual double getFitness(void) const =0
Get the fitness of the individual.
Define the interface that will be used to create an supported individual for the GAEngine.
Definition: i_dna.h:22
Contains the objects that define the GAEngine.
virtual void Print(void)=0
Allow to draw the individual on the shell.
virtual void setFitness(double fitness)=0
Set the fitness of the individual.
virtual ~IDNA(void)
Destructor.
Definition: i_dna.cc:18