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 TypeMethodDescriptionImmutableTarpeianMethod.Builder.build()
Builds a newTarpeianMethod
.static TarpeianMethod
ImmutableTarpeianMethod.copyOf
(TarpeianMethod instance) Creates an immutable copy of aTarpeianMethod
value.static TarpeianMethod
ImmutableTarpeianMethod.of
(RandomGenerator randomGenerator, Function<Genotype, Integer> sizeFunction, double probability, double newValue) Construct a new immutableTarpeianMethod
instance.static 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 TarpeianMethod
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.