JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.permutation
Class PermutationChildMaker

java.lang.Object
  extended bygov.nasa.javaGenes.core.ChildMaker
      extended bygov.nasa.javaGenes.permutation.PermutationChildMaker
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
PermutationKCutMutation, PermutationOrderMutation, PermutationPositionCrossover, RandomChild

public abstract class PermutationChildMaker
extends ChildMaker

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nasa.javaGenes.core.ChildMaker
cumulative, forEvolution, last
 
Constructor Summary
PermutationChildMaker()
           
 
Method Summary
protected  void copyIndex(PermutationEvolvable from, int fromIndex, PermutationEvolvable to, int toIndex)
           
 
Methods inherited from class gov.nasa.javaGenes.core.ChildMaker
checkLastResults, checkResults, clearLast, getAndClearLastTabSeparatedResults, getFitnessFunctionNames, getLastTabSeparatedResults, headerFragment, makeChildren, makeChildren, mutate, neverUsed, numberOfParents, 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

PermutationChildMaker

public PermutationChildMaker()
Method Detail

copyIndex

protected void copyIndex(PermutationEvolvable from,
                         int fromIndex,
                         PermutationEvolvable to,
                         int toIndex)

JavaGenes, NASA Ames. Written largely by Al Globus