ICSM / ampere

A tool to fit the SED and spectra of dusty objects to constrain, among other things, the dust properties and mineralogy
6 stars 2 forks source link

Search algorithms: L-M algorithm with Scipy #40

Open pscicluna opened 3 years ago

pscicluna commented 3 years ago

As mentioned in issue 14, we need to add more search algorithms, and each one will have its own issue to track progress. This issue will track progress implementing the good-old Levenberg-Marquardt algorithm from Scipy.

This algorithm will also be useful as a pre-optimiser for MCMC methods to provide an estimate of the ML/MAP solution before proceeding to generate samples from the posterior.

pscicluna commented 1 year ago

Completed in PR https://github.com/ICSM/ampere/pull/72