Click or drag to resize

L_BFGS_B Fields

The L_BFGS_B type exposes the following members.

Fields
 NameDescription
Private field_AccuracyFactor Accuracy factor
Private field_Driver 
Protected field_FreeVariables The initial guess .
(Inherited from xMinimizationBase)
Protected field_FunEvaluations The number of function evaluations used to compute the minimum.
(Inherited from xMinimizationBase)
Protected field_MaxFunEvaluations Maximum number of function evaluations.
(Inherited from xMinimizationBase)
Protected field_NumFreeVariables The number of variables.
(Inherited from xMinimizationBase)
Protected field_Tolerance Desired accuracy for the solution.
(Inherited from xMinimizationBase)
Protected field_Variables All the variables.
(Inherited from xMinimizationBase)
Top
See Also