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 TypeMethodDescriptionImmutableDeleteNode.Builder.build()Builds a newDeleteNode.static DeleteNodeImmutableDeleteNode.copyOf(DeleteNode instance) Creates an immutable copy of aDeleteNodevalue.static DeleteNodeDeleteNode.of(double populationMutationProbability) Construct a new immutableDeleteNodeMutationinstance.static DeleteNodeImmutableDeleteNode.of(double populationMutationProbability) Construct a new immutableDeleteNodeinstance.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type DeleteNodeModifier and TypeMethodDescriptionstatic DeleteNodeImmutableDeleteNode.copyOf(DeleteNode instance) Creates an immutable copy of aDeleteNodevalue.ImmutableDeleteNode.Builder.from(DeleteNode instance) Fill a builder with attribute values from the providedDeleteNodeinstance.