Package org.opt4j.core.problem
Interface Decoder<G extends Genotype,P extends Phenotype>
- Type Parameters:
G
- the type of genotype that is decodedP
- the type of the resulting phenotype}
-
Method Summary
-
Method Details
-
decode
- Parameters:
genotype
- the genotype to decode- Returns:
- the decoded phenotype
-