NonlinearLS Properties |
The NonlinearLS type exposes the following members.
| Name | Description | |
|---|---|---|
| FinalResidual |
The final residual.
| |
| InitialResidual |
The initial residual.
| |
| InitialStepBound |
Positive input variable used in determining the initial step bound.
In most cases the factor should lie within the interval (0.1, 100.0).
The generally recommended value is 100.
| |
| IterationsDone |
The number of iterations have been done after the algorithm terminated.
| |
| JacobiMatrixPrecision |
The precision of the Jacobi matrix calculation.
| |
| JacobiMatrixTolerance |
The tolerance for determining that Jacobi matrix is singular.
| |
| LowerBound |
Contains lower bounds for x.
| |
| MinimumPoint |
The minimum point found.
| |
| ResidualDecreaseTolerance |
The tolerance (lower bound) for objective function (residual) decrease.
| |
| ResidualTolerance |
The tolerance for Euclidean norm of residuals.
| |
| StopCriterion |
The index of stop-criterion of the trust-region algorithm.
| |
| TrialStepIterationLimit |
Maximum number of iterations to use for trial step calculation.
| |
| TrialStepPrecision |
Trial step precision.
| |
| TrialStepTolerance |
The tolerance for step length.
| |
| TrustRegionAreaBound |
The upper bound for trust region area.
| |
| TrustRegionIterationLimit |
Maximum number of iterations to use in trust-region algorithm.
| |
| UpperBound |
Contains upper bounds for x.
|