Click or drag to resize

LimitedMemoryBfgsMinimizer Properties

The LimitedMemoryBfgsMinimizer 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 propertyMemory Gets or sets the number of gradient and step pairs retained in memory.
Public propertyParameterTolerance Gets or sets the stopping threshold for parameter changes.
(Inherited from MinimizerBase)
Top
See Also