Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPOPT's maximum cpu time is not reset when violated #42

Open
orsoromeo opened this issue Jul 2, 2019 · 2 comments
Open

IPOPT's maximum cpu time is not reset when violated #42

orsoromeo opened this issue Jul 2, 2019 · 2 comments

Comments

@orsoromeo
Copy link

orsoromeo commented Jul 2, 2019

Hi everyone,
I noticed that, whenever IPOPT is not able to find a solution because the MAXIMUM_CPU_TIME is exceeded, this termination mode will keep on being triggered forever unless you restart IPOPT. This means that if, for example, I attempt to optimize a solution and the solver does not find a solution because of the maximum_cpu_time, then the solver won't find a solution even for the next formulations, even if I change robot, terrain or any other possible configuration. It really looks like the MAXIMUM_CPU_TIME flag of IPOPT is not properly reset and, when triggered, remains always ON.
Please notice that this is probably an IPOPT bug, not IFOPT, but I am wondering if anyone here noticed the same issue and found a fix for it.

@awinkler
Copy link
Member

awinkler commented Jul 8, 2019

Hi! Thanks for pointing this out. I have not experienced this issue, but let me know if you figure anything out!

@orsoromeo
Copy link
Author

orsoromeo commented Jul 30, 2019

Hi Alex, this happens very often to me, it seems to always show up whenever you want to do some replanning with TOWR. One workaround is of course to set the maximum cpu time to a very high value but that goes against the idea of replanning :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants