|
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.FitnessFunction
gov.nasa.javaGenes.core.FitnessFunctionMultiObjective
gov.nasa.javaGenes.core.FitnessFunctionMultiObjectiveToOne
gov.nasa.javaGenes.core.MultiStageFitnessFunction
this fitness function will return the the first objective with a fitness value at least as great as it's weight, or the last fitness value. Useful when you want to do some quick checks for a decent evolavable before executing an expensive test for the fitness function.
Field Summary |
Fields inherited from class gov.nasa.javaGenes.core.FitnessFunctionMultiObjective |
fitnessFunctions, weights |
Fields inherited from class gov.nasa.javaGenes.core.FitnessFunction |
name |
Constructor Summary | |
MultiStageFitnessFunction()
|
Method Summary | |
Fitness |
evaluateFitness(Evolvable evolvable)
|
Methods inherited from class gov.nasa.javaGenes.core.FitnessFunctionMultiObjectiveToOne |
getNameArray, numberOfObjectives |
Methods inherited from class gov.nasa.javaGenes.core.FitnessFunctionMultiObjective |
add, add, bestDouble, getFitnessFunction, getNewFitness, getWeight, makeFiles, toString, worstDouble |
Methods inherited from class gov.nasa.javaGenes.core.FitnessFunction |
getFunction, getName, isNewFunction, report, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MultiStageFitnessFunction()
Method Detail |
public Fitness evaluateFitness(Evolvable evolvable)
evaluateFitness
in class FitnessFunctionMultiObjective
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |