Interface Genotype

    • Method Detail

      • size

        int size()
        The number of atomic elements of the Genotype.
        Returns:
        number of atomic elements of the genotype
      • newInstance

        <G extends Genotype> G newInstance()
        Constructs a new (empty) instance of this Genotype.
        Type Parameters:
        G - the type of genotype for an implicit cast
        Returns:
        new instance of the genotype