Uses of Interface
net.bmahe.genetics4j.gp.spec.mutation.ProgramRandomMutate
-
Uses of ProgramRandomMutate in net.bmahe.genetics4j.gp.spec.mutation
Modifier and TypeMethodDescriptionstatic ProgramRandomMutate
ProgramRandomMutate.of
(double populationMutationProbability) Modifier and TypeMethodDescriptionstatic ImmutableProgramRandomMutate
ImmutableProgramRandomMutate.copyOf
(ProgramRandomMutate instance) Creates an immutable copy of aProgramRandomMutate
value.ImmutableProgramRandomMutate.Builder.from
(ProgramRandomMutate instance) Fill a builder with attribute values from the providedProgramRandomMutate
instance.