Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.ImmutableAddConnection
-
Uses of ImmutableAddConnection in net.bmahe.genetics4j.neat.spec.mutation
Modifier and TypeMethodDescriptionImmutableAddConnection.Builder.build()
Builds a newImmutableAddConnection
.static ImmutableAddConnection
ImmutableAddConnection.copyOf
(AddConnection instance) Creates an immutable copy of aAddConnection
value.static ImmutableAddConnection
ImmutableAddConnection.of
(double populationMutationProbability) Construct a new immutableAddConnection
instance.private static ImmutableAddConnection
ImmutableAddConnection.validate
(ImmutableAddConnection instance) final ImmutableAddConnection
ImmutableAddConnection.withPopulationMutationProbability
(double value) Copy the current immutable object by setting a value for thepopulationMutationProbability
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableAddConnection.equalTo
(int synthetic, ImmutableAddConnection another) private static ImmutableAddConnection
ImmutableAddConnection.validate
(ImmutableAddConnection instance)