public class GeneticMappingDecoder extends java.lang.Object implements org.opt4j.core.problem.Decoder<GeneticMappingGenotype,int[][]>
Constructor and Description |
---|
GeneticMappingDecoder() |
Modifier and Type | Method and Description |
---|---|
int[][] |
decode(GeneticMappingGenotype genotype) |
public int[][] decode(GeneticMappingGenotype genotype)
decode
in interface org.opt4j.core.problem.Decoder<GeneticMappingGenotype,int[][]>