Package | Description |
---|---|
org.apache.commons.math3.optimization |
All classes and sub-packages of this package are deprecated.
|
org.apache.commons.math3.optimization.fitting |
This package provides classes to perform curve fitting.
|
org.apache.commons.math3.optimization.general |
This package provides optimization algorithms that require derivatives.
|
Modifier and Type | Class and Description |
---|---|
class |
DifferentiableMultivariateVectorMultiStartOptimizer
Deprecated.
As of 3.1 (to be removed in 4.0).
|
Constructor and Description |
---|
DifferentiableMultivariateVectorMultiStartOptimizer(DifferentiableMultivariateVectorOptimizer optimizer,
int starts,
RandomVectorGenerator generator)
Deprecated.
Create a multi-start optimizer from a single-start optimizer.
|
Constructor and Description |
---|
CurveFitter(DifferentiableMultivariateVectorOptimizer optimizer)
Deprecated.
as of 3.1 replaced by
CurveFitter.CurveFitter(MultivariateDifferentiableVectorOptimizer) |
GaussianFitter(DifferentiableMultivariateVectorOptimizer optimizer)
Deprecated.
Constructs an instance using the specified optimizer.
|
HarmonicFitter(DifferentiableMultivariateVectorOptimizer optimizer)
Deprecated.
Simple constructor.
|
PolynomialFitter(DifferentiableMultivariateVectorOptimizer optimizer)
Deprecated.
Simple constructor.
|
PolynomialFitter(int degree,
DifferentiableMultivariateVectorOptimizer optimizer)
Deprecated.
Since 3.1 (to be removed in 4.0). Please use
PolynomialFitter.PolynomialFitter(DifferentiableMultivariateVectorOptimizer) instead. |
Modifier and Type | Class and 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).
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.