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

Implement non-linear optimization #77

Closed
ViralBShah opened this issue Jun 22, 2011 · 4 comments
Closed

Implement non-linear optimization #77

ViralBShah opened this issue Jun 22, 2011 · 4 comments
Labels
help wanted Indicates that a maintainer wants help on an issue or pull request

Comments

@ViralBShah
Copy link
Member

MINPACK is a widely used non-linear optimization software, but quite old:

http://www.netlib.org/minpack/

There is also Ipopt, which got the 2011 Wilkinson prize - http://www.mcs.anl.gov/research/opportunities/wilkinsonprize/index.php

https://projects.coin-or.org/Ipopt

@StefanKarpinski
Copy link
Member

The a lot of the COIN-OR projects are very good. The LP solver is what I was looking to use for doing large-scale ad impression optimizations last summer. The project got delayed, so I never did use it, but it seemed like the best candidate. It also seemed to have a somewhat impenetrable, annoying API, but maybe I just didn't get it.

I noticed that FFTW also got the Wilkinson prize and we already provide access to that. Nice :-)

@ViralBShah
Copy link
Member Author

Once we implement this, you will be able to simply use julia, and not worry about the interface!

-viral

On Jun 23, 2011, at 4:31 AM, StefanKarpinski wrote:

The a lot of the COIN-OR projects are very good. The LP solver is what I was looking to use for doing large-scale ad impression optimizations last summer. The project got delayed, so I never did use it, but it seemed like the best candidate. It also seemed to have a somewhat impenetrable, annoying API, but maybe I just didn't get it.

I noticed that FFTW also got the Wilkinson prize and we already provide access to that. Nice :-)

Reply to this email directly or view it on GitHub:
#77 (comment)

@StefanKarpinski
Copy link
Member

I know — that's really exciting. That's one of the raison d'etre's of the project: so that I don't have to futz around with a few dozen different shitty languages and libraries to get anything substantial done. Imagine just wanting to do a large LP problem and just making the call and having it work. Crazy!

@ViralBShah
Copy link
Member Author

@johnmyleswhite has the optim package. Closing this issue.

https://github.com/johnmyleswhite/optim.jl

cmcaine pushed a commit to cmcaine/julia that referenced this issue Sep 24, 2020
Keno pushed a commit that referenced this issue Oct 9, 2023
Don't interpret functions that call pointerset (fixed #76)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Indicates that a maintainer wants help on an issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants