Loading...
Searching...
No Matches
Options for finite differences.
More...
|
integer | value () |
| Returns alternative value of enum option.
|
|
|
| FGHNumericNoScale =(14) |
| Same as 4, but no scale of delta.
|
|
| FGHNumericScale =(4) |
| Force gradient and Hessian numerically, scale delta.
|
|
| GAnalyticFHNumericFuncNoScale =(13) |
| Same as 3, but no scale of delta.
|
|
| GAnalyticFHNumericFuncScale =(3) |
| Gradient analytically, force Hessian numerically using function values, scale delta.
|
|
| GAnalyticFHNumericGradNoScale =(12) |
| Same as 2, but no scale of delta.
|
|
| GAnalyticFHNumericGradScale =(2) |
| Gradient analytically, force Hessian numerically using gradient values, scale delta.
|
|
| GHAnalyticHNumericFuncNoScale =(11) |
| Same as 1, but no scale of delta.
|
|
| GHAnalyticHNumericFuncScale =(1) |
| All derivatives analytically, for numerical Hessian use function values, scale delta.
|
|
| GHAnalyticHNumericGradNoScale =(10) |
| Same as 0, but no scale of delta.
|
|
| GHAnalyticHNumericGradScale =(0) |
| All derivatives analytically, for numerical Hessian use gradient values, scale delta.
|
|
| UndefinedFDOpt =(15) |
| Undefined option.
|
|
Options for finite differences.
- See also
- GAMSOptions
◆ lookup()
static FDOpt Matlab.GAMS.FDOpt.lookup |
( |
integer |
value | ) |
|
|
static |
Find enum option from alternative value.
Arguments:
Return: enum option
◆ value()
integer Matlab.GAMS.FDOpt.value |
( |
| ) |
|
Returns alternative value of enum option.
Return: Alternative value of enum option