org.artoflife.gp.genome
Interface GpMutator

All Known Implementing Classes:
BooleanMutator, CopyJumpDownMutator, FloatGaussianRangeMutator, JumpDownMutator, JumpUpMutator, ReplaceParameterMutator

public interface GpMutator

Interface for classes that can mutate a GpTreeNode.

Author:
Steve Meyfroidt

Method Summary
 void mutate(java.lang.String geneSelectionId, GpTreeNode gene)
           
 

Method Detail

mutate

public void mutate(java.lang.String geneSelectionId,
                   GpTreeNode gene)
Parameters:
geneSelectionId - ID of allowed genes that can be created for this mutation
gene - gene to mutate

artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.