|
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.HFC.SubBreeder
gov.nasa.javaGenes.core.HFC.TopSubBreeder
Field Summary |
Fields inherited from class gov.nasa.javaGenes.core.HFC.SubBreeder |
acceptRandomIndividualFitnessThreshold, bestFitnessAllowed, breeder, childMakerProvider, deathRow, debug, fitnessFunction, grimReaper, indicesRange, MAX_TRIES, parentChooser, promotionsTo |
Constructor Summary | |
TopSubBreeder(ChildMakerProvider childMakerProvider,
FitnessFunction fitnessFunction)
|
Method Summary | |
void |
parentsOfPromoted(int[] parentIndices,
Population population)
|
void |
promote(Individual individual,
Population population)
|
void |
promoteTooFitIndividuals(Population population)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TopSubBreeder(ChildMakerProvider childMakerProvider, FitnessFunction fitnessFunction)
Method Detail |
public void promote(Individual individual, Population population)
promote
in class SubBreeder
public void promoteTooFitIndividuals(Population population)
promoteTooFitIndividuals
in class SubBreeder
public void parentsOfPromoted(int[] parentIndices, Population population)
parentsOfPromoted
in class SubBreeder
public java.lang.String toString()
toString
in class SubBreeder
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |