Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableProgramRandomMutate.Builder
Packages that use ImmutableProgramRandomMutate.Builder
-
Uses of ImmutableProgramRandomMutate.Builder in net.bmahe.genetics4j.gp.spec.mutation
Methods in net.bmahe.genetics4j.gp.spec.mutation that return ImmutableProgramRandomMutate.BuilderModifier and TypeMethodDescriptionImmutableProgramRandomMutate.builder()Creates a builder forProgramRandomMutate.ImmutableProgramRandomMutate.Builder.from(ProgramRandomMutate instance) Fill a builder with attribute values from the providedProgramRandomMutateinstance.ImmutableProgramRandomMutate.Builder.populationMutationProbability(double populationMutationProbability) Initializes the value for thepopulationMutationProbabilityattribute.