Package | Description |
---|---|
org.hipparchus.optim.nonlinear.vector.leastsquares |
This package provides algorithms that minimize the residuals
between observations and model values.
|
Modifier and Type | Method and Description |
---|---|
GaussNewtonOptimizer.Decomposition |
GaussNewtonOptimizer.getDecomposition()
Deprecated.
|
static GaussNewtonOptimizer.Decomposition |
GaussNewtonOptimizer.Decomposition.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GaussNewtonOptimizer.Decomposition[] |
GaussNewtonOptimizer.Decomposition.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GaussNewtonOptimizer |
GaussNewtonOptimizer.withDecomposition(GaussNewtonOptimizer.Decomposition newDecomposition)
Deprecated.
Use
GaussNewtonOptimizer.withDecomposer(MatrixDecomposer) and GaussNewtonOptimizer.withFormNormalEquations(boolean) instead. the new methods allow the numerical
tolerance of the decomposition to be set. |
Constructor and Description |
---|
GaussNewtonOptimizer(GaussNewtonOptimizer.Decomposition decomposition)
Deprecated.
Use
GaussNewtonOptimizer.GaussNewtonOptimizer(MatrixDecomposer, boolean) instead.
The new constructor provides control of the numerical tolerances in the
decomposition. |
Copyright © 2016–2020 Hipparchus.org. All rights reserved.