Class IntChromosomeSwapMutationHandler
java.lang.Object
net.bmahe.genetics4j.core.mutation.chromosome.swapmutation.IntChromosomeSwapMutationHandler
- All Implemented Interfaces:
ChromosomeMutationHandler<IntChromosome>
public class IntChromosomeSwapMutationHandler
extends Object
implements ChromosomeMutationHandler<IntChromosome>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandle(MutationPolicy mutationPolicy, ChromosomeSpec chromosome) mutate(MutationPolicy mutationPolicy, Chromosome chromosome)
-
Field Details
-
randomGenerator
-
-
Constructor Details
-
IntChromosomeSwapMutationHandler
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfaceChromosomeMutationHandler<IntChromosome>
-
mutate
- Specified by:
mutatein interfaceChromosomeMutationHandler<IntChromosome>
-