Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A computation graph for OCPs. #208

Open
ManifoldFR opened this issue Sep 19, 2024 · 0 comments
Open

A computation graph for OCPs. #208

ManifoldFR opened this issue Sep 19, 2024 · 0 comments

Comments

@ManifoldFR
Copy link
Member

ManifoldFR commented Sep 19, 2024

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant