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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a random Genotype.
  • Method Details

    • create

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