Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableProgramRandomPrune.Builder
-
Uses of ImmutableProgramRandomPrune.Builder in net.bmahe.genetics4j.gp.spec.mutation
Modifier and TypeMethodDescriptionImmutableProgramRandomPrune.builder()
Creates a builder forImmutableProgramRandomPrune
.ImmutableProgramRandomPrune.Builder.from
(ProgramRandomPrune instance) Fill a builder with attribute values from the providedProgramRandomPrune
instance.ImmutableProgramRandomPrune.Builder.populationMutationProbability
(double populationMutationProbability) Initializes the value for thepopulationMutationProbability
attribute.