public interface Phenotype
extends java.lang.Cloneable
| Modifier and Type | Method and Description |
|---|---|
void |
calcFitness()
The fitness of the Phenotype is evaluated.
|
java.lang.Object |
clone()
A proper clone of the Phenotype.
|
void |
doOntogeny(java.util.List<Chromosome> genotype)
The genotype-phenotype mapper converting the genetic code to a phenotypic structure.
|
double |
getFitness()
Gives the fitness of this Phenotype.
|
java.lang.String |
toString()
A String representation of the Phenotype.
|
void |
toXml(Element element)
Saves the phenotype to XML.
|
java.lang.Object clone()
void doOntogeny(java.util.List<Chromosome> genotype)
void calcFitness()
double getFitness()
java.lang.String toString()
toString in class java.lang.Objectvoid toXml(Element element)