Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.AddConnection
-
Uses of AddConnection in net.bmahe.genetics4j.neat.spec.mutation
Modifier and TypeMethodDescriptionstatic AddConnection
AddConnection.of
(double populationMutationProbability) Construct a new immutableAddNodeMutation
instance.Modifier and TypeMethodDescriptionstatic ImmutableAddConnection
ImmutableAddConnection.copyOf
(AddConnection instance) Creates an immutable copy of aAddConnection
value.ImmutableAddConnection.Builder.from
(AddConnection instance) Fill a builder with attribute values from the providedAddConnection
instance.