Skip to content

A computation graph for OCPs. #208

@ManifoldFR

Description

@ManifoldFR

A problem encountered in #133, which was supposed to solve #79, was how to properly define a computation graph for optimal control problems: how do operations (matrices, vectors, "operators") flow between costs, dynamics, constraints and the functions and objects they call into from other libraries (e.g. Pinocchio).

Having such a graph would enable:

Discussing with others, we have come at the conclusion a computation graph would look like some of DAG with some extra structure/constraints (due to some nodes necessarily being arranged as a timeline, others necessarily being cost functions and dynamics).

This would address the following issues:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions