Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableProgramRandomMutate.Builder
-
Uses of ImmutableProgramRandomMutate.Builder in net.bmahe.genetics4j.gp.spec.mutation
Modifier and TypeMethodDescriptionImmutableProgramRandomMutate.builder()
Creates a builder forImmutableProgramRandomMutate
.ImmutableProgramRandomMutate.Builder.from
(ProgramRandomMutate instance) Fill a builder with attribute values from the providedProgramRandomMutate
instance.ImmutableProgramRandomMutate.Builder.populationMutationProbability
(double populationMutationProbability) Initializes the value for thepopulationMutationProbability
attribute.