Page 1 of 1

Static Optimization

Posted: Wed Mar 22, 2023 2:41 am
by imihasan
Hi Everyone,

I'm running static optimization and getting this error message:

SimTK Exception thrown at InteriorPointOptimizer.cpp:264:
Optimizer failed: Ipopt: Maximum iterations exceeded (status -1)

Any idea how to approach this problem?

Re: Static Optimization

Posted: Wed Mar 22, 2023 3:44 am
by tkuchida
Optimizer failed: Ipopt: Maximum iterations exceeded (status -1)
The optimizer was unable to find a solution. Please see item 1 under "Troubleshooting" on the "Getting Started with Static Optimization" documentation page: https://simtk-confluence.stanford.edu:8 ... timization.

Re: Static Optimization

Posted: Mon May 15, 2023 6:52 am
by imihasan
That helps. Thanks a lot!