11 #ifndef I_GENERATOR_H_
12 # define I_GENERATOR_H_
14 # include "GA/i_dna.h"
Define the interface that will be used to create an supported individual for the GAEngine.
Definition: i_dna.h:22
Define the interface that allow to define a new generator of individual for the GAEngine.
Definition: i_generator.h:22
Contains the objects that define the GAEngine.
virtual IDNA * Generate(void) const =0
Generate a new individual.
virtual ~IGenerator(void)
Destructor.
Definition: i_generator.cc:15