Package org.opt4j.core.problem
Interface Decoder<G extends Genotype,P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description P
decode(G genotype)
Decodes a givenGenotype
to the corresponding phenotype.
-