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 Levenberg-Marquardt least squares method #33

Open
saxena-ashish-g opened this issue May 29, 2020 · 2 comments
Open

Add Levenberg-Marquardt least squares method #33

saxena-ashish-g opened this issue May 29, 2020 · 2 comments
Assignees

Comments

@saxena-ashish-g
Copy link
Contributor

Levenberg-Marquardt is a frequently needed algorithm in curve fitting problems in finance. It would be great to have a batched TF implementation in the library. It should be placed in the optimizers folder.

The reference implementation to follow is the MINPACK routines. In addition to the original Fortran version there is also a C++ version available.

@saxena-ashish-g saxena-ashish-g added the help wanted Extra attention is needed label May 29, 2020
@gavincyi
Copy link
Contributor

gavincyi commented May 29, 2020

I am happy to take over it.

@saxena-ashish-g
Copy link
Contributor Author

saxena-ashish-g commented May 29, 2020 via email

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