Interface FirstGeneration
-
- All Known Implementing Classes:
PerturbationAroundPoint
,UniformMeshOverRegion
public interface FirstGeneration
This interface allows customization of how the first pool of chromosomes is generated. The grid points are the chromosomes in the first population.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends Chromosome>
getFirstGeneration()
Generate the initial pool of chromosomes.
-
-
-
Method Detail
-
getFirstGeneration
List<? extends Chromosome> getFirstGeneration()
Generate the initial pool of chromosomes.- Returns:
- the initial pool of chromosomes
-
-