Uses of Class
net.bmahe.genetics4j.gp.postevaluationprocess.ImmutableTarpeianMethod
Packages that use ImmutableTarpeianMethod
-
Uses of ImmutableTarpeianMethod in net.bmahe.genetics4j.gp.postevaluationprocess
Methods in net.bmahe.genetics4j.gp.postevaluationprocess that return ImmutableTarpeianMethodModifier and TypeMethodDescriptionprivate static ImmutableTarpeianMethodImmutableTarpeianMethod.validate(ImmutableTarpeianMethod instance) final ImmutableTarpeianMethodImmutableTarpeianMethod.withNewValue(double value) Copy the current immutable object by setting a value for thenewValueattribute.final ImmutableTarpeianMethodImmutableTarpeianMethod.withProbability(double value) Copy the current immutable object by setting a value for theprobabilityattribute.final ImmutableTarpeianMethodImmutableTarpeianMethod.withRandomGenerator(RandomGenerator value) Copy the current immutable object by setting a value for therandomGeneratorattribute.final ImmutableTarpeianMethodImmutableTarpeianMethod.withSizeFunction(Function<Genotype, Integer> value) Copy the current immutable object by setting a value for thesizeFunctionattribute.Methods in net.bmahe.genetics4j.gp.postevaluationprocess with parameters of type ImmutableTarpeianMethodModifier and TypeMethodDescriptionprivate booleanImmutableTarpeianMethod.equalsByValue(ImmutableTarpeianMethod another) private static ImmutableTarpeianMethodImmutableTarpeianMethod.validate(ImmutableTarpeianMethod instance) Constructors in net.bmahe.genetics4j.gp.postevaluationprocess with parameters of type ImmutableTarpeianMethodModifierConstructorDescriptionprivateImmutableTarpeianMethod(ImmutableTarpeianMethod original, RandomGenerator randomGenerator, Function<Genotype, Integer> sizeFunction, double probability, double newValue)