NonlinLeastSquares Properties |
The NonlinLeastSquares type exposes the following members.
Name | Description | |
---|---|---|
AbsoluteTolerance |
The absolute function tolerance.
| |
Digits |
The number of good digits in the function.
| |
ErrorStatus |
Get information about the performance of NonlinLeastSquares.
| |
FalseConvergenceTolerance |
The false convergence tolerance.
| |
GradientTolerance |
The scaled gradient tolerance.
| |
InitialTrustRegion |
The initial trust region radius.
| |
MaximumIterations |
The maximum number of iterations allowed.
| |
MaximumStepsize |
The maximum allowable stepsize to use.
| |
NumberOfProcessors |
Perform the parallel calculations with the maximum possible number of
processors set to NumberOfProcessors.
| |
Parallel |
Enable or disable performing NonlinLeastSquares.IFunction.F in parallel.
| |
RelativeTolerance |
The relative function tolerance.
| |
StepTolerance |
The scaled step tolerance.
|