Skip to content

Are some algorithms, such as MMA, GCMMA, and IPOPT, not supported yet? #23

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

Open
minsikseo-cdl opened this issue May 30, 2021 · 2 comments

Comments

@minsikseo-cdl
Copy link

In pyOpt.__init__.py, some solvers are annotated. So, I'd like to use MMA, GCMMA, or IPOPT but I can't.
Are they not supported yet? Or what is the problem with them?
How can I use these solvers? please...

@jonas-eschle
Copy link
Contributor

I am not sure, we currently try to overhaul this package completely. Would you be interested to help improving this repository and maybe look into it?

One thing though, in case you are interested in IPOPT, there is also ipyopt that wraps this minimizer

@e-dub
Copy link

e-dub commented Jun 23, 2021

For MMA and GCMMA, all you need is the source code and it runs with pyOpt just fine. IPOPT is a bit trickier to run from pyOpt and have not had it running for a couple years.

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

3 participants