Uses of Class
net.bmahe.genetics4j.core.spec.mutation.SwapMutation
Packages that use SwapMutation
-
Uses of SwapMutation in net.bmahe.genetics4j.core.spec.mutation
Subclasses of SwapMutation in net.bmahe.genetics4j.core.spec.mutationMethods in net.bmahe.genetics4j.core.spec.mutation that return SwapMutationModifier and TypeMethodDescriptionstatic SwapMutation
SwapMutation.of
(double populationMutationProbability, int numSwap, boolean isNumSwapFixed) Construct a new immutableSwapMutation
instance.Methods in net.bmahe.genetics4j.core.spec.mutation with parameters of type SwapMutationModifier and TypeMethodDescriptionstatic ImmutableSwapMutation
ImmutableSwapMutation.copyOf
(SwapMutation instance) Creates an immutable copy of aSwapMutation
value.ImmutableSwapMutation.Builder.from
(SwapMutation instance) Fill a builder with attribute values from the providedSwapMutation
instance.