Click or drag to resize

NonlinearMinimizerBaseNonAllocating Properties

The NonlinearMinimizerBaseNonAllocating type exposes the following members.

Properties
 NameDescription
Public propertyFunctionTolerance Gets or sets the stopping threshold for the function value or L2 norm of the residuals.
Public propertyGradientTolerance Gets or sets the stopping threshold for the infinity norm of the gradient.
Protected propertyIsBounded Gets a value indicating whether bounded optimization is active (bounds and/or scales are configured).
Public propertyLowerBound Gets the lower bound of the parameters.
Public propertyMaximumIterations Gets or sets the maximum number of iterations. If , the maximum number of iterations is determined automatically.
Public propertyMinimalRSSImprovement Gets or sets the minimal RSS improvement.
Public propertyScales Gets the scale factors for the parameters.
Public propertyStepTolerance Gets or sets the stopping threshold for the L2 norm of the change of the parameters.
Public propertyUpperBound Gets the upper bound of the parameters.
Top
See Also