population
Creates CellularPopulation.
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 = DEFAULT_POPULATION_NAME, used to identify different populations
PopulationFactory for this population. Creates new Chromosome
Creates CellularPopulation.
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 = DEFAULT_POPULATION_NAME, used to identify different populations
PopulationFactory for this population. Creates new Chromosome