Uses of Class
net.bmahe.genetics4j.core.spec.mutation.ImmutableRandomMutation
Packages that use ImmutableRandomMutation
-
Uses of ImmutableRandomMutation in net.bmahe.genetics4j.core.spec.mutation
Methods in net.bmahe.genetics4j.core.spec.mutation that return ImmutableRandomMutationModifier and TypeMethodDescriptionprivate static ImmutableRandomMutation
ImmutableRandomMutation.validate
(ImmutableRandomMutation instance) final ImmutableRandomMutation
ImmutableRandomMutation.withPopulationMutationProbability
(double value) Copy the current immutable object by setting a value for thepopulationMutationProbability
attribute.Methods in net.bmahe.genetics4j.core.spec.mutation with parameters of type ImmutableRandomMutationModifier and TypeMethodDescriptionprivate boolean
ImmutableRandomMutation.equalsByValue
(ImmutableRandomMutation another) private static ImmutableRandomMutation
ImmutableRandomMutation.validate
(ImmutableRandomMutation instance)