Uses of Class
net.bmahe.genetics4j.gp.math.CoefficientOperation
Packages that use CoefficientOperation
-
Uses of CoefficientOperation in net.bmahe.genetics4j.gp.math
Subclasses of CoefficientOperation in net.bmahe.genetics4j.gp.mathMethods in net.bmahe.genetics4j.gp.math that return CoefficientOperationModifier and TypeMethodDescriptionImmutableCoefficientOperation.Builder.build()
Builds a newCoefficientOperation
.static <T> CoefficientOperation
<T> ImmutableCoefficientOperation.copyOf
(CoefficientOperation<T> instance) Creates an immutable copy of aCoefficientOperation
value.static <T> CoefficientOperation
<T> Construct a new immutableCoefficientOperation
instance.Methods in net.bmahe.genetics4j.gp.math with parameters of type CoefficientOperationModifier and TypeMethodDescriptionstatic <T> CoefficientOperation
<T> ImmutableCoefficientOperation.copyOf
(CoefficientOperation<T> instance) Creates an immutable copy of aCoefficientOperation
value.ImmutableCoefficientOperation.Builder.from
(CoefficientOperation<T> instance) Fill a builder with attribute values from the providednet.bmahe.genetics4j.gp.math.CoefficientOperation
instance.