Skip to content

set_eval_nodes! #10

@oyamad

Description

@oyamad

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions