org.opt4j.core.problem
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 Summary
 G create()
          Creates a random Genotype.
 

Method Detail

create

G create()
Creates a random Genotype.

Returns:
the created genotype