Uses of Interface
net.bmahe.genetics4j.gp.spec.mutation.ProgramRandomPrune
-
Uses of ProgramRandomPrune in net.bmahe.genetics4j.gp.spec.mutation
Modifier and TypeMethodDescriptionstatic ProgramRandomPrune
ProgramRandomPrune.of
(double populationMutationProbability) Modifier 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.