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