Class FloatChromosomeSwapMutationHandler
java.lang.Object
net.bmahe.genetics4j.core.mutation.chromosome.swapmutation.FloatChromosomeSwapMutationHandler
- All Implemented Interfaces:
ChromosomeMutationHandler<FloatChromosome>
public class FloatChromosomeSwapMutationHandler
extends Object
implements ChromosomeMutationHandler<FloatChromosome>
-
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
-
FloatChromosomeSwapMutationHandler
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfaceChromosomeMutationHandler<FloatChromosome>
-
mutate
- Specified by:
mutatein interfaceChromosomeMutationHandler<FloatChromosome>
-