Uses of Class
net.bmahe.genetics4j.gp.postevaluationprocess.TarpeianMethod
-
Uses of TarpeianMethod in net.bmahe.genetics4j.gp.postevaluationprocess
Modifier and TypeMethodDescriptionstatic TarpeianMethod
TarpeianMethod.of
(RandomGenerator randomGenerator, Function<Genotype, Integer> sizeFunction, double probability, double newValue) static TarpeianMethod
TarpeianMethod.ofTreeChromosome
(RandomGenerator randomGenerator, int chromosomeIndex, double probability, double newValue) Modifier and TypeMethodDescriptionstatic ImmutableTarpeianMethod
ImmutableTarpeianMethod.copyOf
(TarpeianMethod instance) Creates an immutable copy of aTarpeianMethod
value.ImmutableTarpeianMethod.Builder.from
(TarpeianMethod instance) Fill a builder with attribute values from the providedTarpeianMethod
instance.