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 TypeMethodDescriptionImmutableSwitchStateMutation.Builder.build()
Builds a newImmutableSwitchStateMutation
.static ImmutableSwitchStateMutation
ImmutableSwitchStateMutation.copyOf
(SwitchStateMutation instance) Creates an immutable copy of aSwitchStateMutation
value.static ImmutableSwitchStateMutation
ImmutableSwitchStateMutation.of
(double populationMutationProbability) Construct a new immutableSwitchStateMutation
instance.private 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.equalTo
(int synthetic, ImmutableSwitchStateMutation another) private static ImmutableSwitchStateMutation
ImmutableSwitchStateMutation.validate
(ImmutableSwitchStateMutation instance)