Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.ImmutableSwitchStateMutation
-
Uses of ImmutableSwitchStateMutation in net.bmahe.genetics4j.neat.spec.mutation
Modifier 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.Modifier and TypeMethodDescriptionprivate boolean
ImmutableSwitchStateMutation.equalTo
(int synthetic, ImmutableSwitchStateMutation another) private static ImmutableSwitchStateMutation
ImmutableSwitchStateMutation.validate
(ImmutableSwitchStateMutation instance)