Evaluate gradient of target functional depending on model.
gradient(
url,
name,
out_wrt,
in_wrt,
parameters,
sens,
config = jsonlite::fromJSON("{}")
)Gradient of target functional.
URL the model is running at.
Name of the desired model.
Output variable to take gradient with respect to.
Input variable to take gradient with respect to.
Model input parameter (a list of vectors).
Sensitivity of target functional with respect to model output.
Model-specific configuration options.