Click or drag to resize

L_BFGS_B Properties

The L_BFGS_B type exposes the following members.

Properties
 NameDescription
Public propertyAccuracyFactor Accuracy factor. The iteration will stop when (f^k - f^{k+1})/max{|f^k|,|f^{k+1}|,1} is least than AccuracyFactor*epsmch where epsmch is the machine precision. Typical values for AccuracyFactor: 1E12 for low accuracy; 1E7 for moderate accuracy; 1E1 for extremely high accuracy.
Public propertyFunEvaluations The number of function evaluations used to compute the minimum.
(Inherited from xMinimizationBase)
Public propertyMaxFunEvaluations Maximum number of function evaluations.
(Inherited from xMinimizationBase)
Public propertyTolerance Desired accuracy for the solution.
(Inherited from xMinimizationBase)
Top
See Also