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 Detail

      • getFirstGeneration

        List<? extends Chromosome> getFirstGeneration()
        Generate the initial pool of chromosomes.
        Returns:
        the initial pool of chromosomes