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 it possible to add bounded L-BFGS method (L-BFGS-B)? #151

Open
halo-rubinius opened this issue Dec 24, 2019 · 2 comments
Open

Is it possible to add bounded L-BFGS method (L-BFGS-B)? #151

halo-rubinius opened this issue Dec 24, 2019 · 2 comments

Comments

@halo-rubinius
Copy link

For the bounded problem, the L-BFGS-B method is a good option, which has not been included in the library yet. while a Fortran version is out there (Fortran code for L-BFGS-B), is there any plan to implement the L-BFGS-B method in this library?

@rcurtin
Copy link
Member

rcurtin commented Dec 24, 2019

Hey @halo-rubinius, this would definitely be something really nice to add! We could implement L-BFGS-B as an optimizer that operates on constrained functions: http://ensmallen.org/docs.html#constrained-functions

I'll leave this issue open in case anyone would like to contribute L-BFGS-B (yourself included! :)) It seems likely that the existing L-BFGS code could be reused or adapted for this purpose.

@gaurav-singh1998
Copy link
Contributor

Hi, @rcurtin I would like to implement this to get a better understanding of the codebase. Should I move forward with it?

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