-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Usually we want to evaluate the optimal value, the optimal policy, and the residual at a state grid finer than the interpolation grid. The current design is that this is done by
set_eval_nodes!(res::CDPSolveResult, eval_nodes)which modifies res.V (vector of optimal values), res.X (vector of optimal actions), and res.resid (vector of residuals).
Is this intuitive and Julian? Any alternatives?
Reactions are currently unavailable