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