An open API service indexing awesome lists of open source software.

https://github.com/lightforever/levenberg_manquardt

Levenberg-Manquardt and another algorithms for cost function optimization
https://github.com/lightforever/levenberg_manquardt

Last synced: over 1 year ago
JSON representation

Levenberg-Manquardt and another algorithms for cost function optimization

Awesome Lists containing this project

README

          

# Levenberg_Manquardt

Python implementation of Steepest descent, Newton, Gauss-Newton, Levenberg_Manquardt for optimization problems.
Module can be used on various functions. It provided with Rosenbrock function as example.
Automatically creates images every N iterations, assemble them into .git file and show in WebBrowser.

Dependencies:
-numpy
-matplotlib
-ffmpeg(for creating .gif files).You can get it at https://ffmpeg.zeranoe.com/builds/ (static library)
Ensure ffmpeg is available from command line. ADD IT TO YOUR $PATH if you are using Windows