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 classAbstractLeastSquaresOptimizerDeprecated.As of 3.1 (to be removed in 4.0).classGaussNewtonOptimizerDeprecated.As of 3.1 (to be removed in 4.0).classLevenbergMarquardtOptimizerDeprecated.As of 3.1 (to be removed in 4.0).
-