LoveBrains  1.0.0
Public Member Functions | List of all members
GA::IGenerator Class Referenceabstract

Define the interface that allow to define a new generator of individual for the GAEngine. More...

#include <i_generator.h>

Inheritance diagram for GA::IGenerator:
GANN::ANNGenerator GANN::ANNGenerator

Public Member Functions

virtual ~IGenerator (void)
 Destructor.
 
virtual IDNAGenerate (void) const =0
 Generate a new individual. More...
 
virtual IDNAGenerate (void) const =0
 

Detailed Description

Define the interface that allow to define a new generator of individual for the GAEngine.

Member Function Documentation

virtual IDNA* GA::IGenerator::Generate ( void  ) const
pure virtual

Generate a new individual.

Returns
IDNA *

Implemented in GANN::ANNGenerator, and GANN::ANNGenerator.


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