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 | 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 | 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 | Description |
---|---|
GaussNewtonOptimizer(GaussNewtonOptimizer.Decomposition decomposition) |
Deprecated.
Use
GaussNewtonOptimizer(MatrixDecomposer, boolean) instead.
The new constructor provides control of the numerical tolerances in the
decomposition. |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.