pyomeca / bioptim

An optimization framework that links CasADi, Ipopt, ACADOS and biorbd for Optimal Control Problem
MIT License
94 stars 47 forks source link

Visualize the nodes via an HTML interface #296

Closed pariterre closed 3 years ago

pariterre commented 3 years ago

It would be nice to be able to visualize the nodes for the objective function and constraint after the OCP is built

pariterre commented 3 years ago

Add warnings for muscles activations outside [0; 1] for a sanity check

pariterre commented 3 years ago

https://graphviz.org/gallery/

pariterre commented 3 years ago

This is done in #304

fbailly commented 3 years ago

I suggest we use the following lib based on d3js : https://github.com/swayvil/d3js-tree-boxes

pariterre commented 3 years ago

This turns out to be not viable. We are sticking with PDF for now