Interface Creator<G extends Genotype>

  • Type Parameters:
    G - the type of genotype that is created

    public interface Creator<G extends Genotype>
    The Creator creates random Genotypes.
    See Also:
    Genotype
    • Method Detail

      • create

        G create()
        Creates a random Genotype.
        Returns:
        the created genotype