You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: