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