Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.ImmutableAddNode
Packages that use ImmutableAddNode
-
Uses of ImmutableAddNode in net.bmahe.genetics4j.neat.spec.mutation
Methods in net.bmahe.genetics4j.neat.spec.mutation that return ImmutableAddNodeModifier and TypeMethodDescriptionprivate static ImmutableAddNode
ImmutableAddNode.validate
(ImmutableAddNode instance) final ImmutableAddNode
ImmutableAddNode.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 ImmutableAddNodeModifier and TypeMethodDescriptionprivate boolean
ImmutableAddNode.equalsByValue
(ImmutableAddNode another) private static ImmutableAddNode
ImmutableAddNode.validate
(ImmutableAddNode instance)