Skip to content

quentinchichery/levenberg-marquardt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Levenberg-Marquardt

Python implementation of Levenberg-Marquardt algorithm built from scratch in Numpy.

In the example, I fit an mechanical hardening law (Hollomon: $σ = K * ε^n$) to noisy generated points:

alt text

scipy.optimize.least_squares works great when you have the raw function for every points (y = ax + b), which is not always the case (ie. black box function or iterative stress compute).

Some references:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published