Uses of Class
org.apache.commons.math3.optimization.direct.BaseAbstractMultivariateVectorOptimizer
-
Packages that use BaseAbstractMultivariateVectorOptimizer Package Description org.apache.commons.math3.optimization.general This package provides optimization algorithms that require derivatives. -
-
Uses of BaseAbstractMultivariateVectorOptimizer in org.apache.commons.math3.optimization.general
Subclasses of BaseAbstractMultivariateVectorOptimizer in org.apache.commons.math3.optimization.general Modifier and Type Class Description class
AbstractLeastSquaresOptimizer
Deprecated.As of 3.1 (to be removed in 4.0).class
GaussNewtonOptimizer
Deprecated.As of 3.1 (to be removed in 4.0).class
LevenbergMarquardtOptimizer
Deprecated.As of 3.1 (to be removed in 4.0).
-