csu-hmc / opty

A library for using direct collocation in the optimization of dynamic systems.
http://opty.readthedocs.io
Other
86 stars 20 forks source link

Add in methods to scale the problem objective, constraints and their derivatives for IPOPT #166

Open moorepants opened 1 week ago

moorepants commented 1 week ago

IPOPT converges better if the objective and constraints are scaled. We can probably make smart scaling based on the dynamics that are being modeled.