|
artoflife pre0.1.0-dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.artoflife.gp.genome.JumpUpMutator
Mutates a FunctionGene by replacing one of its parameters with one of its parameter's parameters. May not mutate if it couldn't match types.
Constructor Summary | |
JumpUpMutator()
|
Method Summary | |
void |
mutate(java.lang.String geneSelectionId,
GpTreeNode gene)
Replace a parameter of this gene with a parameter of the parameter's gene. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JumpUpMutator()
Method Detail |
public void mutate(java.lang.String geneSelectionId, GpTreeNode gene)
mutate
in interface GpMutator
gene
- the non-null gene to mutategeneSelectionId
- ID of allowed genes that can be created for this
mutation
|
artoflife pre0.1.0-dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |