The population
![]() | GetBestIndividual () Getting the best individual |
![]() | Init () Initializing the population |
![]() | NextGeneration () Evolving the population |
![]() | PopulationA ( ConfigurationA const & iConfiguration, StatisticsA & iStatistics, CoreFactoryA const & iCoreFactory, ProblemFactoryA const & iProblemFactory, ReproductionFactoryA const & iReproductionFactory, StopConditionA const & iStopCondition, ProblemA const & iProblem ) Creating a new population |
The population consists of a pool that holds the genomes and a reproduction unit that provides the population with a way to the next generation. In addtion to that it has a fitnessfunction for evaluating the genotypes in the pool.
virtual void Init()
virtual void NextGeneration()
virtual GenotypeA const& GetBestIndividual()
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de