Uses of Class
net.bmahe.genetics4j.gp.postevaluationprocess.ImmutableTarpeianMethod.Builder
Packages that use ImmutableTarpeianMethod.Builder
-
Uses of ImmutableTarpeianMethod.Builder in net.bmahe.genetics4j.gp.postevaluationprocess
Methods in net.bmahe.genetics4j.gp.postevaluationprocess that return ImmutableTarpeianMethod.BuilderModifier and TypeMethodDescriptionImmutableTarpeianMethod.builder()Creates a builder forTarpeianMethod.ImmutableTarpeianMethod.Builder.from(TarpeianMethod instance) Fill a builder with attribute values from the providedTarpeianMethodinstance.ImmutableTarpeianMethod.Builder.newValue(double newValue) Initializes the value for thenewValueattribute.ImmutableTarpeianMethod.Builder.probability(double probability) Initializes the value for theprobabilityattribute.ImmutableTarpeianMethod.Builder.randomGenerator(RandomGenerator randomGenerator) Initializes the value for therandomGeneratorattribute.ImmutableTarpeianMethod.Builder.sizeFunction(Function<Genotype, Integer> sizeFunction) Initializes the value for thesizeFunctionattribute.