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

Ceres solver #156

Open
smcantab opened this issue Dec 13, 2016 · 1 comment
Open

Ceres solver #156

smcantab opened this issue Dec 13, 2016 · 1 comment

Comments

@smcantab
Copy link
Contributor

I just came across the ceres solver by Google (they've been using it in production for 4 years now). Apparently it is extremely efficient and implements a number of line searches (SD, CG, LBFGS etc.) and one can enforce monotonic steps. There is already a library implementing python bindings for ceres on github. Sounds like something that might be worth exploring.

http://ceres-solver.org/index.html

@kjs73
Copy link
Contributor

kjs73 commented Dec 15, 2016 via email

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

2 participants