public class PrgCODEC extends java.lang.Object implements GeneticCODEC
| Constructor and Description |
|---|
PrgCODEC() |
| Modifier and Type | Method and Description |
|---|---|
MLMethod |
decode(Genome genome)
Decode the specified genome into a phenome.
|
Genome |
encode(MLMethod phenotype)
Attempt to build a genome from a phenome.
|
public MLMethod decode(Genome genome)
decode in interface GeneticCODECgenome - The genome to decode.public Genome encode(MLMethod phenotype)
encode in interface GeneticCODECphenotype - The phenotype.