Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.ImmutableDeleteNode
Packages that use ImmutableDeleteNode
-
Uses of ImmutableDeleteNode in net.bmahe.genetics4j.neat.spec.mutation
Methods in net.bmahe.genetics4j.neat.spec.mutation that return ImmutableDeleteNodeModifier and TypeMethodDescriptionprivate static ImmutableDeleteNode
ImmutableDeleteNode.validate
(ImmutableDeleteNode instance) final ImmutableDeleteNode
ImmutableDeleteNode.withPopulationMutationProbability
(double value) Copy the current immutable object by setting a value for thepopulationMutationProbability
attribute.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type ImmutableDeleteNodeModifier and TypeMethodDescriptionprivate boolean
ImmutableDeleteNode.equalsByValue
(ImmutableDeleteNode another) private static ImmutableDeleteNode
ImmutableDeleteNode.validate
(ImmutableDeleteNode instance)