| BoundedLeastSquares Properties |
The BoundedLeastSquares type exposes the following members.
| Name | Description | |
|---|---|---|
| AbsoluteTolerance |
The absolute function tolerance.
| |
| Digits |
The number of good digits in the function.
| |
| GradientTolerance |
The scaled gradient tolerance.
| |
| MaximumFunctionEvals |
The maximum number of function evaluations.
| |
| MaximumIterations |
The maximum number of iterations.
| |
| MaximumJacobianEvals |
The maximum number of Jacobian evaluations.
| |
| MaximumStepsize |
The maximum allowable step size.
| |
| NumberOfProcessors |
Perform the parallel calculations with the maximum possible number of
processors set to NumberOfProcessors.
| |
| Parallel |
Enable or disable performing MinUnconMultiVar.IFunction.F in parallel.
| |
| RelativeTolerance |
The relative function tolerance.
| |
| ScaledStepTolerance |
The scaled step tolerance.
| |
| TrustRegion |
The size of initial trust region radius.
|