Click or drag to resize

NonlinearMinimizerBaseNonAllocating Properties

The NonlinearMinimizerBaseNonAllocating 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.
Protected propertyIsBounded 
Public propertyLowerBound The lower bound of the parameters.
Public propertyMaximumIterations The maximum number of iterations. If null, the maximal number of iterations is determined automatically.
Public propertyMinimalRSSImprovement Gets or sets the minimal RSS improvement.
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