supports_apply_hessian {umbridge} | R Documentation |
Check if model supports Hessian action.
Description
Check if model supports Hessian action.
Usage
supports_apply_hessian(url, name)
Arguments
url |
URL the model is running at. |
name |
Name of the desired model. |
Value
TRUE if model supports Hessian action, FALSE otherwise.
[Package umbridge version 1.0 Index]