pyomeca / bioptim

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

Scaling of targets #848

Open EveCharbie opened 8 months ago

EveCharbie commented 8 months ago

For now, the target of a penalty involving scaled variables should be scaled by the user directly. It would be easy to implement it for minimize_states, controls and parameters, but it is more complex for other penalties. But we should still find a way to do it for the user, as it is super unintuitive.