Uses of Class
net.bmahe.genetics4j.gp.postevaluationprocess.TarpeianMethod
Packages that use TarpeianMethod
-
Uses of TarpeianMethod in net.bmahe.genetics4j.gp.postevaluationprocess
Subclasses of TarpeianMethod in net.bmahe.genetics4j.gp.postevaluationprocessMethods in net.bmahe.genetics4j.gp.postevaluationprocess that return TarpeianMethodModifier 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) Methods in net.bmahe.genetics4j.gp.postevaluationprocess with parameters of type TarpeianMethodModifier 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.