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

Add opt packages #169

Open
mattcbt opened this issue May 1, 2021 · 4 comments
Open

Add opt packages #169

mattcbt opened this issue May 1, 2021 · 4 comments

Comments

@mattcbt
Copy link

mattcbt commented May 1, 2021

Would it be possible to add optimisation packages like cvxopt or cvxpy ?
Thanks for your app, it has really changed my coding habits

@holzschu
Copy link
Owner

holzschu commented May 1, 2021

I'm going to have a look. Any preference between the two? cvxpy seems to rely on scipy for the optimization part, while cvxopt requires lapack and blas (which are already done).

@mattcbt
Copy link
Author

mattcbt commented May 1, 2021

cvxopt would really be ideal, especially if it's easier to install

@holzschu
Copy link
Owner

Hi, cvxopt is now available in the TestFlight version: https://testflight.apple.com/join/yevwlUs1
If you could give it a try, see how well it goes...

@pepie34
Copy link

pepie34 commented Apr 16, 2024

pip install cvxpy[CVXOPT,SCIPY] should enable cvxopt and scipy based optimizers in cvxpy but it seems it still depends on

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

No branches or pull requests

3 participants