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 TypeMethodDescriptionImmutableProgramRandomPrune.Builder.build()
Builds a newImmutableProgramRandomPrune
.static ImmutableProgramRandomPrune
ImmutableProgramRandomPrune.copyOf
(ProgramRandomPrune instance) Creates an immutable copy of aProgramRandomPrune
value.static ImmutableProgramRandomPrune
ImmutableProgramRandomPrune.of
(double populationMutationProbability) Construct a new immutableProgramRandomPrune
instance.private 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.equalTo
(int synthetic, ImmutableProgramRandomPrune another) private static ImmutableProgramRandomPrune
ImmutableProgramRandomPrune.validate
(ImmutableProgramRandomPrune instance)