View source: R/304_zzz_R_specific_grad_delta_attrs.R
| delta | R Documentation |
delta of a Variable or ParameterUsed by psolve() with requires_grad = TRUE and
Problem$derivative(). On a Parameter, the user sets delta
to a perturbation of the parameter's value; derivative() then
reports the predicted change in each Variable's optimal value
as delta(variable).
delta(x)
delta(x) <- value
x |
A |
value |
A numeric array of the same shape as |
The perturbation (numeric array) or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.