Click or drag to resize
BoundedLeastSquares Properties

The BoundedLeastSquares type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteTolerance
The absolute function tolerance.
Public propertyDigits
The number of good digits in the function.
Public propertyGradientTolerance
The scaled gradient tolerance.
Public propertyMaximumFunctionEvals
The maximum number of function evaluations.
Public propertyMaximumIterations
The maximum number of iterations.
Public propertyMaximumJacobianEvals
The maximum number of Jacobian evaluations.
Public propertyMaximumStepsize
The maximum allowable step size.
Public propertyNumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Public propertyParallel
Enable or disable performing MinUnconMultiVar.IFunction.F in parallel.
Public propertyRelativeTolerance
The relative function tolerance.
Public propertyScaledStepTolerance
The scaled step tolerance.
Public propertyTrustRegion
The size of initial trust region radius.
Top
See Also