Uses of Class
net.bmahe.genetics4j.gp.postevaluationprocess.ImmutableTarpeianMethod.Builder
-
Uses of ImmutableTarpeianMethod.Builder in net.bmahe.genetics4j.gp.postevaluationprocess
Modifier and TypeMethodDescriptionImmutableTarpeianMethod.builder()
Creates a builder forImmutableTarpeianMethod
.ImmutableTarpeianMethod.Builder.from
(TarpeianMethod instance) Fill a builder with attribute values from the providedTarpeianMethod
instance.ImmutableTarpeianMethod.Builder.newValue
(double newValue) Initializes the value for thenewValue
attribute.ImmutableTarpeianMethod.Builder.probability
(double probability) Initializes the value for theprobability
attribute.ImmutableTarpeianMethod.Builder.randomGenerator
(RandomGenerator randomGenerator) Initializes the value for therandomGenerator
attribute.ImmutableTarpeianMethod.Builder.sizeFunction
(Function<Genotype, Integer> sizeFunction) Initializes the value for thesizeFunction
attribute.