geodesicLM

Geodesic Levenberg-Marquardt minimization algorithm


Licenses
CDDL-1.1/AAL
Install
pip install geodesicLM==1.0.3

Documentation

geodesicLM

The repo contains the geodesic Levenberg-Marquardt minimization algorithm developed by Mark Transtrum and James Sethna et al. The Fortran source code comes from the geodesicLM SourceForce repo.

Installation

package managers

$ pip install geodesicLM

from source

Get the source

$ git clone https://github.com/mjwen/geodesicLM.git

and then install by

$ pip install -e ./geodesicLM

Example

This Python interface follows Scipy least_squares. See examply_python.py for an example.

For more information, see docs.