public class NEATCODEC extends java.lang.Object implements GeneticCODEC, java.io.Serializable
| Constructor and Description |
|---|
NEATCODEC() |
| Modifier and Type | Method and Description |
|---|---|
MLMethod |
decode(Genome genome)
Decode the specified genome into a phenome.
|
Genome |
encode(MLMethod phenotype)
This method is not currently implemented.
|
public MLMethod decode(Genome genome)
decode in interface GeneticCODECgenome - The genome to decode.public Genome encode(MLMethod phenotype)
encode in interface GeneticCODECphenotype - Not used.