|
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.Breeder
gov.nasa.javaGenes.hillClimbing.Breeder
gov.nasa.javaGenes.simulatedAnnealing.Breeder
implements simulated annealing. Population size must be 2. One anneals and the other holds the best so far.
Field Summary |
Fields inherited from class gov.nasa.javaGenes.hillClimbing.Breeder |
accepter, randomChildMaker, restartPolicy |
Fields inherited from class gov.nasa.javaGenes.core.Breeder |
childMakerProvider, debug, tournamentProbability |
Constructor Summary | |
Breeder(Parameters p,
Accepter inAccepter)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class gov.nasa.javaGenes.hillClimbing.Breeder |
breed, requiredPopulationSize |
Methods inherited from class gov.nasa.javaGenes.core.Breeder |
antiTournamentGetIndex, breed, chooseBest, chooseWorst, generationIsComplete, generationJustStarting, generationNotComplete, getFitnessFunction, getGenerationIndex, getTotalNumberOfKidsProduced, isProtected, newChild, newChildrenCreated, pickOne, reportOnGeneration, setFitnessFunction, setGenerationIndex, setTotalNumberOfKidsProduced, stateRestore, stateSave, tournament, useTournament |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Breeder(Parameters p, Accepter inAccepter)
Method Detail |
public java.lang.String toString()
toString
in class Breeder
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |