ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Optimization (in ILNumerics.Toolboxes.Optimization.dll) Version: 5.5.0.0 (5.5.7503.3146)
List of updating schemes for the Hessian matrix.
[ILNumerics Optimization Toolbox]
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Toolboxes.Optimization (in ILNumerics.Toolboxes.Optimization.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
BFGS | 0 | Use BFGS method for updating the Hessian approximation. | |
FiniteDiff | 1 | Use a rather precise finite differences approach for updating the Hessian matrix. | |
LBFGS | 2 | Use the Low memory BFGS to update the Hessian matrix. |
Remarks
[ILNumerics Optimization Toolbox]
See Also