LoveBrains  1.0.0
Classes | Functions
GA Namespace Reference

Contains the objects that define the GAEngine. More...

Classes

class  AObservable
 Define the abstract class that allow to be observable. More...
 
class  AObserver
 Define the abstract class that allow to be an observer. More...
 
class  GAConfig
 Define the configuration of the GAEngine. More...
 
class  GAEngine
 Manage the evolution of a population composed of IDNA objects. More...
 
class  GAEngineException
 Define the exception that will be used by the GAEngine. More...
 
class  IDNA
 Define the interface that will be used to create an supported individual for the GAEngine. More...
 
class  IGenerator
 Define the interface that allow to define a new generator of individual for the GAEngine. More...
 
class  Population
 Define what is a population for the GAEngine. More...
 
class  PopulationException
 Define the exception that will be used by the Population class. More...
 

Functions

std::ostream & operator<< (std::ostream &flux, Population const &p)
 

Detailed Description

Contains the objects that define the GAEngine.