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 TarpeianMethodImmutableTarpeianMethod.copyOf(TarpeianMethod instance) Creates an immutable copy of aTarpeianMethodvalue.static TarpeianMethodImmutableTarpeianMethod.of(RandomGenerator randomGenerator, Function<Genotype, Integer> sizeFunction, double probability, double newValue) Construct a new immutableTarpeianMethodinstance.static TarpeianMethodTarpeianMethod.of(RandomGenerator randomGenerator, Function<Genotype, Integer> sizeFunction, double probability, double newValue) static TarpeianMethodTarpeianMethod.ofTreeChromosome(RandomGenerator randomGenerator, int chromosomeIndex, double probability, double newValue) Methods in net.bmahe.genetics4j.gp.postevaluationprocess with parameters of type TarpeianMethodModifier and TypeMethodDescriptionstatic TarpeianMethodImmutableTarpeianMethod.copyOf(TarpeianMethod instance) Creates an immutable copy of aTarpeianMethodvalue.ImmutableTarpeianMethod.Builder.from(TarpeianMethod instance) Fill a builder with attribute values from the providedTarpeianMethodinstance.