org.encog.ml.genetic
public class MLMethodGenome extends DoubleArrayGenome
| Constructor and Description |
|---|
MLMethodGenome(MLEncodable thePhenotype)
Construct a neural genome.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode()
Decode the phenotype.
|
MLEncodable |
getPhenotype() |
void |
setPhenotype(MLEncodable phenotype) |
copy, copy, getData, size, swapgetAdjustedScore, getBirthGeneration, getPopulation, getScore, getSpecies, setAdjustedScore, setBirthGeneration, setPopulation, setScore, setSpecies, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAdjustedScore, getBirthGeneration, getPopulation, getScore, getSpecies, setAdjustedScore, setBirthGeneration, setPopulation, setScore, setSpeciespublic MLMethodGenome(MLEncodable thePhenotype)
thePhenotype - The phenotype to use.public void decode()
public MLEncodable getPhenotype()
public void setPhenotype(MLEncodable phenotype)
phenotype - the phenotype to setCopyright © 2014. All Rights Reserved.