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
The perturbation (numeric array) or NULL.
A Variable or Parameter.
A numeric array of the same shape as x, or NULL.