Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableProgramRandomPrune.Builder
Packages that use ImmutableProgramRandomPrune.Builder
-
Uses of ImmutableProgramRandomPrune.Builder in net.bmahe.genetics4j.gp.spec.mutation
Methods in net.bmahe.genetics4j.gp.spec.mutation that return ImmutableProgramRandomPrune.BuilderModifier and TypeMethodDescriptionImmutableProgramRandomPrune.builder()Creates a builder forProgramRandomPrune.ImmutableProgramRandomPrune.Builder.from(ProgramRandomPrune instance) Fill a builder with attribute values from the providedProgramRandomPruneinstance.ImmutableProgramRandomPrune.Builder.populationMutationProbability(double populationMutationProbability) Initializes the value for thepopulationMutationProbabilityattribute.