|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Phenotype interface for the user/problem dependent code.
Method Summary | |
void |
calcFitness()
The fitness of the Phenotype is evaluated. |
java.lang.Object |
clone()
A proper clone of the Phenotype. |
void |
doOntogeny(java.util.Vector 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. |
Method Detail |
public java.lang.Object clone()
clone
in class java.lang.Object
public void doOntogeny(java.util.Vector genotype)
public void calcFitness()
public double getFitness()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |