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?
Static Optimization
- Thomas Uchida
- Posts: 1792
- Joined: Wed May 16, 2012 11:40 am
Re: Static Optimization
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.Optimizer failed: Ipopt: Maximum iterations exceeded (status -1)
- Ibrahim Hasan
- Posts: 11
- Joined: Tue Feb 22, 2022 11:33 am
Re: Static Optimization
That helps. Thanks a lot!