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