Click or drag to resize

NonlinearLS Properties

The NonlinearLS type exposes the following members.

Properties
  NameDescription
Public propertyFinalResidual
The final residual.
Public propertyInitialResidual
The initial residual.
Public propertyInitialStepBound
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.
Public propertyIterationsDone
The number of iterations have been done after the algorithm terminated.
Public propertyJacobiMatrixPrecision
The precision of the Jacobi matrix calculation.
Public propertyJacobiMatrixTolerance
The tolerance for determining that Jacobi matrix is singular.
Public propertyLowerBound
Contains lower bounds for x.
Public propertyMinimumPoint
The minimum point found.
Public propertyResidualDecreaseTolerance
The tolerance (lower bound) for objective function (residual) decrease.
Public propertyResidualTolerance
The tolerance for Euclidean norm of residuals.
Public propertyStopCriterion
The index of stop-criterion of the trust-region algorithm.
Public propertyTrialStepIterationLimit
Maximum number of iterations to use for trial step calculation.
Public propertyTrialStepPrecision
Trial step precision.
Public propertyTrialStepTolerance
The tolerance for step length.
Public propertyTrustRegionAreaBound
The upper bound for trust region area.
Public propertyTrustRegionIterationLimit
Maximum number of iterations to use in trust-region algorithm.
Public propertyUpperBound
Contains upper bounds for x.
Top
See Also