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

Is SNOPT available? #123

Closed
balakumar-s opened this issue Jun 13, 2017 · 2 comments
Closed

Is SNOPT available? #123

balakumar-s opened this issue Jun 13, 2017 · 2 comments

Comments

@balakumar-s
Copy link

I am unable to find SNOPT in pagmo2. I can find it in pagmo1. Was it removed? I work on non-linear constrained optimization (sparse) for robot motion planning. This package looks to fit my use. Thanks!

@darioizzo
Copy link
Member

darioizzo commented Jun 14, 2017

Note that both IPOPT and NLOPT (slsqp) are included in pagmo2 and could suit your purposes.

SNOPT was not removed, it was just moved out of pagmo to an affiliated package. We decided that pagmo2 will only contain open source things and main features. The rest will be delegated to affiliated packages interfacing to pagmo2 via the SDK.

The plugin for SNOPT that works with pagmo2 is available at the following repo: https://github.com/esa/pagmo_plugins_nonfree
Which will, in time, contain also WORHP and other commercial solvers.

At the moment this pagmo2 affiliated package is still not available through conda/pip and you will need to compile it. I am available to help, in case, just ask on the gitter channel.

@balakumar-s
Copy link
Author

Thanks.

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