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 ImmutableDeleteNodeImmutableDeleteNode.validate(ImmutableDeleteNode instance) final ImmutableDeleteNodeImmutableDeleteNode.withPopulationMutationProbability(double value) Copy the current immutable object by setting a value for thepopulationMutationProbabilityattribute.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type ImmutableDeleteNodeModifier and TypeMethodDescriptionprivate booleanImmutableDeleteNode.equalsByValue(ImmutableDeleteNode another) private static ImmutableDeleteNodeImmutableDeleteNode.validate(ImmutableDeleteNode instance)