|
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.evolvableDoubleList.ChildMaker
gov.nasa.javaGenes.evolvableDoubleList.MutationInsert
Field Summary | |
protected int[] |
numberToInsert
|
Fields inherited from class gov.nasa.javaGenes.evolvableDoubleList.ChildMaker |
selector |
Fields inherited from class gov.nasa.javaGenes.core.ChildMaker |
cumulative, forEvolution, last |
Constructor Summary | |
MutationInsert(int[] numberToInsert)
|
|
MutationInsert(Selector selector,
int[] numberToInsert)
|
Method Summary | |
Evolvable |
mutate(Evolvable child)
mutators should over-ride, subclasses with multiple parents can ignore. |
java.lang.String |
toString()
|
Methods inherited from class gov.nasa.javaGenes.evolvableDoubleList.ChildMaker |
getSelector |
Methods inherited from class gov.nasa.javaGenes.core.ChildMaker |
checkLastResults, checkResults, clearLast, getAndClearLastTabSeparatedResults, getFitnessFunctionNames, getLastTabSeparatedResults, headerFragment, makeChildren, makeChildren, neverUsed, numberOfParents, proportionDown, results, setFitnessFunction, setFitnessFunctionNames, subClassMeasures, tabSeparatedResults |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int[] numberToInsert
Constructor Detail |
public MutationInsert(int[] numberToInsert)
public MutationInsert(Selector selector, int[] numberToInsert)
Method Detail |
public Evolvable mutate(Evolvable child)
ChildMaker
mutate
in class ChildMaker
public java.lang.String toString()
toString
in class ChildMaker
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |