Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.AddConnection
Packages that use AddConnection
-
Uses of AddConnection in net.bmahe.genetics4j.neat.spec.mutation
Subclasses of AddConnection in net.bmahe.genetics4j.neat.spec.mutationMethods in net.bmahe.genetics4j.neat.spec.mutation that return AddConnectionModifier and TypeMethodDescriptionstatic AddConnection
AddConnection.of
(double populationMutationProbability) Construct a new immutableAddNodeMutation
instance.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type AddConnectionModifier 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.