gov.nasa.javaGenes.forceFields
Class Mutation3Parents
java.lang.Object
gov.nasa.javaGenes.core.ChildMaker
gov.nasa.javaGenes.forceFields.ChromosomeMutation
gov.nasa.javaGenes.forceFields.Mutation3Parents
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class Mutation3Parents
- extends ChromosomeMutation
Mutates all alleles with a random number chosen
from a Gaussian distribution with the standard deviation
taken by the difference in two of the children
- See Also:
- Serialized Form
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
standardDeviationFactor
protected double standardDeviationFactor
Mutation3Parents
public Mutation3Parents(AlleleTemplate a)
Mutation3Parents
public Mutation3Parents(AlleleTemplate a,
double inStandardDeviationFactor)
makeChildren
public Evolvable[] makeChildren(Evolvable[] parents)
- Description copied from class:
ChromosomeMutation
- If this.fraction too small, can get effective infinite loop since at least one change is required
for the method to complete!
- Overrides:
makeChildren
in class ChromosomeMutation
numberOfParents
public int numberOfParents()
- Overrides:
numberOfParents
in class ChromosomeMutation
toString
public java.lang.String toString()
- Overrides:
toString
in class ChromosomeMutation