Package | Description |
---|---|
org.apache.commons.math3.fitting |
Classes to perform curve fitting.
|
org.apache.commons.math3.optim.nonlinear.vector |
Algorithms for optimizing a vector function.
|
org.apache.commons.math3.optim.nonlinear.vector.jacobian |
This package provides optimization algorithms that require derivatives.
|
Modifier and Type | Field and Description |
---|---|
private MultivariateVectorOptimizer |
CurveFitter.optimizer
Deprecated.
Optimizer to use for the fitting.
|
Constructor and Description |
---|
CurveFitter(MultivariateVectorOptimizer optimizer)
Deprecated.
Simple constructor.
|
GaussianFitter(MultivariateVectorOptimizer optimizer)
Deprecated.
Constructs an instance using the specified optimizer.
|
HarmonicFitter(MultivariateVectorOptimizer optimizer)
Deprecated.
Simple constructor.
|
PolynomialFitter(MultivariateVectorOptimizer optimizer)
Deprecated.
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
JacobianMultivariateVectorOptimizer
Deprecated.
All classes and interfaces in this package are deprecated.
The optimizers that were provided here were moved to the
org.apache.commons.math3.fitting.leastsquares package
(cf. MATH-1008). |
Modifier and Type | Field and Description |
---|---|
private MultivariateVectorOptimizer |
MultiStartMultivariateVectorOptimizer.optimizer
Deprecated.
Underlying optimizer.
|
Constructor and Description |
---|
MultiStartMultivariateVectorOptimizer(MultivariateVectorOptimizer optimizer,
int starts,
RandomVectorGenerator generator)
Deprecated.
Create a multi-start optimizer from a single-start optimizer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLeastSquaresOptimizer
Deprecated.
All classes and interfaces in this package are deprecated.
The optimizers that were provided here were moved to the
org.apache.commons.math3.fitting.leastsquares package
(cf. MATH-1008). |
class |
GaussNewtonOptimizer
Deprecated.
All classes and interfaces in this package are deprecated.
The optimizers that were provided here were moved to the
org.apache.commons.math3.fitting.leastsquares package
(cf. MATH-1008). |
class |
LevenbergMarquardtOptimizer
Deprecated.
All classes and interfaces in this package are deprecated.
The optimizers that were provided here were moved to the
org.apache.commons.math3.fitting.leastsquares package
(cf. MATH-1008). |