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, swap
getAdjustedScore, getBirthGeneration, getPopulation, getScore, getSpecies, setAdjustedScore, setBirthGeneration, setPopulation, setScore, setSpecies, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAdjustedScore, getBirthGeneration, getPopulation, getScore, getSpecies, setAdjustedScore, setBirthGeneration, setPopulation, setScore, setSpecies
public 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.