|
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.StudentFitnessFunction
Field Summary | |
protected TeacherPopulation |
_teachers
|
Fields inherited from class gov.nasa.javaGenes.core.FitnessFunctionMultiObjective |
fitnessFunctions, weights |
Fields inherited from class gov.nasa.javaGenes.core.FitnessFunction |
name |
Constructor Summary | |
StudentFitnessFunction()
|
Method Summary | |
Fitness |
evaluateFitness(Evolvable evolvable)
|
FitnessMultiObjective |
getNewFitness()
|
void |
setTeachers(TeacherPopulation teachers)
|
void |
testStudent(StudentFitness studentFitness)
|
Methods inherited from class gov.nasa.javaGenes.core.FitnessFunctionMultiObjective |
add, add, bestDouble, getFitnessFunction, getNameArray, getWeight, makeFiles, numberOfObjectives, 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 |
Field Detail |
protected TeacherPopulation _teachers
Constructor Detail |
public StudentFitnessFunction()
Method Detail |
public void setTeachers(TeacherPopulation teachers)
public void testStudent(StudentFitness studentFitness)
public Fitness evaluateFitness(Evolvable evolvable)
evaluateFitness
in class FitnessFunctionMultiObjective
public FitnessMultiObjective getNewFitness()
getNewFitness
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 |