Package com.epochx.op.mutation

Interface Summary
Mutation<TYPE> This interface defines the structure which specific mutation operators can implement to provide different methods of mutating a CandidateProgram.
 

Class Summary
PointMutation<TYPE> This class performs a simple point mutation on a CandidateProgram.
SubtreeMutation<TYPE> This class performs a subtree mutation on a CandidateProgram.