|
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.ChildMaker
gov.nasa.javaGenes.graph.TwoVertexGraphCrossover
gov.nasa.javaGenes.chemistry.MoleculeTwoVertexCrossover
Implement the molecule specific part of the crossover operator described in "JavaGenes: Evolving Graphs with Crossover," Al Globus, Sean Atsatt, John Lawton, Todd Wipke.
Field Summary |
Fields inherited from class gov.nasa.javaGenes.core.ChildMaker |
cumulative, forEvolution, last |
Constructor Summary | |
MoleculeTwoVertexCrossover()
|
Method Summary | |
void |
processInitialBrokenEdge(Graph g,
BrokenEdge b1,
BrokenGraph second)
find and connect a second broken edge |
Methods inherited from class gov.nasa.javaGenes.graph.TwoVertexGraphCrossover |
crossover, getVerticesForDivision, isRequired, makeChildren, numberOfParents, randomDivision, randomMerge |
Methods inherited from class gov.nasa.javaGenes.core.ChildMaker |
checkLastResults, checkResults, clearLast, getAndClearLastTabSeparatedResults, getFitnessFunctionNames, getLastTabSeparatedResults, headerFragment, makeChildren, mutate, neverUsed, proportionDown, results, setFitnessFunction, setFitnessFunctionNames, subClassMeasures, tabSeparatedResults, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MoleculeTwoVertexCrossover()
Method Detail |
public void processInitialBrokenEdge(Graph g, BrokenEdge b1, BrokenGraph second)
processInitialBrokenEdge
in class TwoVertexGraphCrossover
b1
- the first broken edge to be connectedg
- graph being createdsecond
- graph from which the second broken edge must come
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |