Click or drag to resize

NonlinearMinimizerBase Properties

The NonlinearMinimizerBase type exposes the following members.

Properties
 NameDescription
Public propertyFunctionTolerance The stopping threshold for the function value or L2 norm of the residuals.
Public propertyGradientTolerance The stopping threshold for infinity norm of the gradient.
Public propertyLowerBound The lower bound of the parameters.
Public propertyMaximumIterations The maximum number of iterations.
Public propertyScales The scale factors for the parameters.
Public propertyStepTolerance The stopping threshold for L2 norm of the change of the parameters.
Public propertyUpperBound The upper bound of the parameters.
Top
See Also