|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.javaGenes.core.Individual
gov.nasa.javaGenes.forceFields.ChromosomeIndividual
Field Summary |
Fields inherited from class gov.nasa.javaGenes.core.Individual |
evolvable, fitness |
Constructor Summary | |
ChromosomeIndividual(Evolvable e,
FitnessFunction f)
Sets the evolvable to e and calculates the fitness using FitnessFunction f. |
|
ChromosomeIndividual(TokenizeInput tokenizer)
restore from a checkpoint |
Method Summary | |
Chromosome |
getChromosome()
|
void |
stateSave(TokenizeOutput tokenizer)
checkpoint |
Methods inherited from class gov.nasa.javaGenes.core.Individual |
bestIndividualIndex, evaluateFitness, evolvableSize, fitterThan, getEvolvable, getFitness, headerString, isCompatible, isSame, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ChromosomeIndividual(Evolvable e, FitnessFunction f)
public ChromosomeIndividual(TokenizeInput tokenizer)
Method Detail |
public void stateSave(TokenizeOutput tokenizer)
stateSave
in class Individual
public Chromosome getChromosome()
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |