Uses of Class
net.bmahe.genetics4j.core.spec.combination.SinglePointArithmetic
Packages that use SinglePointArithmetic
-
Uses of SinglePointArithmetic in net.bmahe.genetics4j.core.spec.combination
Subclasses of SinglePointArithmetic in net.bmahe.genetics4j.core.spec.combinationMethods in net.bmahe.genetics4j.core.spec.combination that return SinglePointArithmeticModifier and TypeMethodDescriptionstatic SinglePointArithmetic
SinglePointArithmetic.build()
static SinglePointArithmetic
SinglePointArithmetic.of
(double alpha) Methods in net.bmahe.genetics4j.core.spec.combination with parameters of type SinglePointArithmeticModifier and TypeMethodDescriptionImmutableSinglePointArithmetic.copyOf
(SinglePointArithmetic instance) Creates an immutable copy of aSinglePointArithmetic
value.ImmutableSinglePointArithmetic.Builder.from
(SinglePointArithmetic instance) Fill a builder with attribute values from the providedSinglePointArithmetic
instance.