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 TypeFieldDescriptionWhich type of solver should it use -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of linear solver that has been selected based on non-linear solver typevoidreset()
-
Field Details
-
type
Which type of solver should it use -
trust
-
lm
-
-
Constructor Details
-
ConfigNonLinearLeastSquares
public ConfigNonLinearLeastSquares()
-
-
Method Details
-
getLinearSolverType
Returns the type of linear solver that has been selected based on non-linear solver type -
reset
public void reset() -
setTo
-