public class LeastSquareAdjuster extends Object
Constructor and Description |
---|
LeastSquareAdjuster()
Default constructor with Gauss Newton with QR decomposition algorithm.
|
LeastSquareAdjuster(OptimizerId optimizerID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresOptimizer.Optimum |
optimize(org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem problem)
Solve the least square problem.
|
public LeastSquareAdjuster(OptimizerId optimizerID)
optimizerID
- optimizer choicepublic LeastSquareAdjuster()
public org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresOptimizer.Optimum optimize(org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem problem)
problem
- the least square problemCopyright © 2014–2023 CS GROUP. All rights reserved.