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 ImmutableRandomMutationImmutableRandomMutation.validate(ImmutableRandomMutation instance) final ImmutableRandomMutationImmutableRandomMutation.withPopulationMutationProbability(double value) Copy the current immutable object by setting a value for thepopulationMutationProbabilityattribute.Methods in net.bmahe.genetics4j.core.spec.mutation with parameters of type ImmutableRandomMutationModifier and TypeMethodDescriptionprivate booleanImmutableRandomMutation.equalsByValue(ImmutableRandomMutation another) private static ImmutableRandomMutationImmutableRandomMutation.validate(ImmutableRandomMutation instance)