Package evo.search.ga.mutators
Class SwapGeneMutator
- java.lang.Object
-
- io.jenetics.AbstractAlterer<G,C>
-
- io.jenetics.Mutator<G,C>
-
- io.jenetics.SwapMutator<DiscreteGene,Double>
-
- evo.search.ga.mutators.SwapGeneMutator
-
- All Implemented Interfaces:
DiscreteAlterer
,io.jenetics.Alterer<DiscreteGene,Double>
- Direct Known Subclasses:
SwapPropertyMutator
public class SwapGeneMutator extends io.jenetics.SwapMutator<DiscreteGene,Double> implements DiscreteAlterer
Mutator which swaps whole genes thus changing their position in the chromosomes sequence.
-
-
Constructor Summary
Constructors Constructor Description SwapGeneMutator(double probability)
Standard probability constructor.
-
-
-
Constructor Detail
-
SwapGeneMutator
public SwapGeneMutator(double probability)
Standard probability constructor. Utilized by theConfigPanel
.- Parameters:
probability
- the crossover probability
-
-