Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.DeleteConnection
Packages that use DeleteConnection
-
Uses of DeleteConnection in net.bmahe.genetics4j.neat.spec.mutation
Subclasses of DeleteConnection in net.bmahe.genetics4j.neat.spec.mutationMethods in net.bmahe.genetics4j.neat.spec.mutation that return DeleteConnectionModifier and TypeMethodDescriptionstatic DeleteConnection
DeleteConnection.of
(double populationMutationProbability) Construct a new immutableDeleteNodeMutation
instance.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type DeleteConnectionModifier and TypeMethodDescriptionstatic ImmutableDeleteConnection
ImmutableDeleteConnection.copyOf
(DeleteConnection instance) Creates an immutable copy of aDeleteConnection
value.ImmutableDeleteConnection.Builder.from
(DeleteConnection instance) Fill a builder with attribute values from the providedDeleteConnection
instance.