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

Adding optimization example #7

Open
nestordemeure opened this issue Nov 11, 2019 · 1 comment
Open

Adding optimization example #7

nestordemeure opened this issue Nov 11, 2019 · 1 comment

Comments

@nestordemeure
Copy link
Contributor

Hello,

I was searching for a Rust implementation of LBFGS for a personnal project and your crate seem to perfectly fit the bill.

However, while you document how to update the Hessian and correct a gradient, I am unsure whether I should update then correct or correct then update or avoid correcting when I am updating...

Adding an example with a very small optimization loop (minimizing a function with known gradient for a fixed number of iterations) would help potential users a lot.

@korken89
Copy link
Owner

Thank you for the idea!
I think this can be arranged, I will give it a look.

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