L_ |
The L_BFGS_B type exposes the following members.
Name | Description | |
---|---|---|
AccuracyFactor | 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. | |
FunEvaluations |
The number of function evaluations used to compute the minimum.
(Inherited from xMinimizationBase) | |
MaxFunEvaluations |
Maximum number of function evaluations.
(Inherited from xMinimizationBase) | |
Tolerance |
Desired accuracy for the solution.
(Inherited from xMinimizationBase) |