Uses of Class
Operator.Operations.MutationOperation

Packages that use MutationOperation
Main   
Operator   
Operator.Operations   
Operator.Operations.ContextSensitiveOperations   
 

Uses of MutationOperation in Main
 

Methods in Main that return MutationOperation
protected  MutationOperation AbstractRun.getMutationOperation(RandomNumberGenerator rng, java.util.Properties p)
           
 

Uses of MutationOperation in Operator
 

Fields in Operator declared as MutationOperation
protected  MutationOperation MutationOperator.operation
           
 

Constructors in Operator with parameters of type MutationOperation
MutationOperator(RandomNumberGenerator rng, MutationOperation op)
          Creates a new instance of MutationOperator
 

Uses of MutationOperation in Operator.Operations
 

Subclasses of MutationOperation in Operator.Operations
 class IntFlipByteMutation
          IntFlipMutation does integer mutation.
 class IntFlipFitness
          IntFlipMutation does integer mutation.
 class IntFlipMutation
          IntFlipMutation does integer mutation
 

Uses of MutationOperation in Operator.Operations.ContextSensitiveOperations
 

Subclasses of MutationOperation in Operator.Operations.ContextSensitiveOperations
 class NodalMutation
          This will find if the chromosome contains a expandable leaf node and will mutate it depending on the mutation probability
 class StructuralMutation
          This will find if the chromosome contains a expandable structural node and will mutate it depending on the mutation probability
 class SubtreeMutation
          Pick a single point to mutate, but having mutated, remove all the codons that used to define the old branch, and then follow the new branch, randomly generating values to pick productions, until a complete branch is built or the maximum depth is reached.