Uses of Interface
net.bmahe.genetics4j.gp.spec.mutation.ProgramRandomPrune
Packages that use ProgramRandomPrune
-
Uses of ProgramRandomPrune in net.bmahe.genetics4j.gp.spec.mutation
Classes in net.bmahe.genetics4j.gp.spec.mutation that implement ProgramRandomPruneMethods in net.bmahe.genetics4j.gp.spec.mutation that return ProgramRandomPruneModifier and TypeMethodDescriptionstatic ProgramRandomPrune
ProgramRandomPrune.of
(double populationMutationProbability) Methods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ProgramRandomPruneModifier and TypeMethodDescriptionstatic ImmutableProgramRandomPrune
ImmutableProgramRandomPrune.copyOf
(ProgramRandomPrune instance) Creates an immutable copy of aProgramRandomPrune
value.ImmutableProgramRandomPrune.Builder.from
(ProgramRandomPrune instance) Fill a builder with attribute values from the providedProgramRandomPrune
instance.