population
Creates PanmicticPopulation as subpopulation for DistributedGA using Distributed Inheritance
(see DistributedConfig).
Parameters
the current size of population
name of population, default value generated by generateChildName
PopulationFactory for this population, default value DistributedPopulation.factory. Creates new Chromosome
Creates PanmicticPopulation as subpopulation for DistributedGA using Distributed Inheritance
(see DistributedConfig).
Parameters
initial or existing population. Size of population will be equal to Array.size - buffer. (Default buffer is 0)
the amount of reserved space in a population.
name of population, default value generated by generateChildName
PopulationFactory for this population, default value DistributedPopulation.factory. Creates new Chromosome.
Creates CellularPopulation as subpopulation for DistributedGA using Distributed Inheritance
(see DistributedConfig).
Parameters
Dimens for cellular population. Define space and its boundaries for the population and, accordingly, population size. This space determines the position of the chromosomes relative to each other
name of population, default value generated by generateChildName
PopulationFactory for this population, default value DistributedPopulation.factory. Creates new Chromosome
Creates CellularPopulation as subpopulation for DistributedGA using Distributed Inheritance
(see DistributedConfig).
NOTE
population.size
must be equal to dimens.size
Parameters
Dimens for cellular population. Define space and its boundaries for the population and, accordingly, population size. This space determines the position of the chromosomes relative to each other
initial or existing population.
name of population, default value generated by generateChildName
PopulationFactory for this population, default value DistributedPopulation.factory. Creates new Chromosome
Creates DistributedPopulation.
Parameters
name of distributed population, default value = DistributedPopulation.DEFAULT_DISTRIBUTED_POPULATION_NAME, used to identify different populations
common PopulationFactory for DistributedPopulation.subpopulations. Creates new Chromosome.
list of child populations for DistributedGA