Uses of Interface
org.apache.commons.math3.optimization.DifferentiableMultivariateVectorOptimizer
Packages that use DifferentiableMultivariateVectorOptimizer
Package
Description
All classes and sub-packages of this package are deprecated.
This package provides classes to perform curve fitting.
This package provides optimization algorithms that require derivatives.
-
Uses of DifferentiableMultivariateVectorOptimizer in org.apache.commons.math3.optimization
Classes in org.apache.commons.math3.optimization that implement DifferentiableMultivariateVectorOptimizerModifier and TypeClassDescriptionclass
Deprecated.As of 3.1 (to be removed in 4.0).Constructors in org.apache.commons.math3.optimization with parameters of type DifferentiableMultivariateVectorOptimizerModifierConstructorDescriptionDifferentiableMultivariateVectorMultiStartOptimizer
(DifferentiableMultivariateVectorOptimizer optimizer, int starts, RandomVectorGenerator generator) Deprecated.Create a multi-start optimizer from a single-start optimizer. -
Uses of DifferentiableMultivariateVectorOptimizer in org.apache.commons.math3.optimization.fitting
Constructors in org.apache.commons.math3.optimization.fitting with parameters of type DifferentiableMultivariateVectorOptimizerModifierConstructorDescriptionDeprecated.as of 3.1 replaced byCurveFitter(MultivariateDifferentiableVectorOptimizer)
Deprecated.Constructs an instance using the specified optimizer.Deprecated.Simple constructor.PolynomialFitter
(int degree, DifferentiableMultivariateVectorOptimizer optimizer) Deprecated.Since 3.1 (to be removed in 4.0).Deprecated.Simple constructor. -
Uses of DifferentiableMultivariateVectorOptimizer in org.apache.commons.math3.optimization.general
Classes in org.apache.commons.math3.optimization.general that implement DifferentiableMultivariateVectorOptimizerModifier and TypeClassDescriptionclass
Deprecated.As of 3.1 (to be removed in 4.0).class
Deprecated.As of 3.1 (to be removed in 4.0).class
Deprecated.As of 3.1 (to be removed in 4.0).