Package org.ddogleg.optimization
Class ConfigNonLinearLeastSquares
java.lang.Object
org.ddogleg.optimization.ConfigNonLinearLeastSquares
General configuration for unconstrained non-linear least squares solvers.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Should it use a robust linear solver internally.Which type of solver should it use -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Which type of solver should it use -
trust
-
lm
-
robustSolver
public boolean robustSolverShould it use a robust linear solver internally. This can help it solve degenerate problems. Not always available in every implementation.
-
-
Constructor Details
-
ConfigNonLinearLeastSquares
public ConfigNonLinearLeastSquares()
-
-
Method Details
-
reset
public void reset() -
setTo
-