Default factory of the Core package
![]() | CoreFactoryC ( ConfigurationA const & iConfiguration, RandomA const & iRandom ) Constructing a new factory for the Core package |
![]() | Create functions Creating default objects in the Core package
|
This is the default factory for the Core package. When it is used in a program, all the simple examples in the library will be created.
Create functions
virtual EvolutionaryAlgorithmA* CreateEvolutionaryAlgorithm( StatisticsA & iStatistics, ProblemFactoryA const & iProblemFactory, ReproductionFactoryA const & iReproductionFactory, ProblemA const & iProblem )
virtual PopulationA* CreatePopulation( StatisticsA & iStatistics, ProblemFactoryA const & iProblemFactory, ReproductionFactoryA const & iReproductionFactory, StopConditionA const & iStopCondition, ProblemA const & iProblem )
virtual GenotypeA* CreateGenotype( ProblemFactoryA const & iProblemFactory )
virtual StopConditionA* CreateStopCondition()
virtual InitializationA* CreateInitialization( ProblemA const & iProblem )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de