SkillAgentSearch skills...

GeodesicLM

Geodesic Levenberg-Marquardt minimization algorithm

Install / Use

/learn @mjwen/GeodesicLM
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 example_python.py for an example.

For more information, see docs.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated29d ago
Forks2

Languages

Fortran

Security Score

70/100

Audited on Mar 4, 2026

No findings