You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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...
The text was updated successfully, but these errors were encountered: