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) |
| Name | Description | |
|---|---|---|
| ComputeMin(OptMultivariateFunction, OptMultivariateGradient, OptBoundVariable) | Computes the minimum point of a function of several variables. | |
| ComputeMin(OptMultivariateFunction, OptMultivariateGradient, OptVariable) | Computes the minimum point of a function of several variables. | |
| ComputeMin(OptMultivariateFunction, OptMultivariateGradient, Double) | Computes the minimum point of a function of several variables. | |
| GetVariables |
| Name | Description | |
|---|---|---|
| _AccuracyFactor | Accuracy factor | |
| _Driver | ||
| _FreeVariables |
The initial guess .
(Inherited from xMinimizationBase) | |
| _FunEvaluations |
The number of function evaluations used to compute the minimum.
(Inherited from xMinimizationBase) | |
| _MaxFunEvaluations |
Maximum number of function evaluations.
(Inherited from xMinimizationBase) | |
| _NumFreeVariables |
The number of variables.
(Inherited from xMinimizationBase) | |
| _Tolerance |
Desired accuracy for the solution.
(Inherited from xMinimizationBase) | |
| _Variables |
All the variables.
(Inherited from xMinimizationBase) |
| Name | Description | |
|---|---|---|
| GetEnumNames | (Defined by General) | |
| IsValidDouble | (Defined by General) |