Click or drag to resize

BfgsBMinimizer Properties

The BfgsBMinimizer type exposes the following members.

Properties
 NameDescription
Public propertyFunctionProgressTolerance Gets or sets the stopping threshold for objective progress.
(Inherited from MinimizerBase)
Public propertyGradientTolerance Gets or sets the stopping threshold for the gradient norm.
(Inherited from MinimizerBase)
Public propertyMaximumIterations Gets or sets the maximum number of iterations.
(Inherited from MinimizerBase)
Public propertyParameterTolerance Gets or sets the stopping threshold for parameter changes.
(Inherited from MinimizerBase)
Top
See Also