Jammy2211 / PyAutoGalaxy

PyAutoGalaxy: Open-Source Multiwavelength Galaxy Structure & Morphology
https://pyautogalaxy.readthedocs.io/
MIT License
27 stars 13 forks source link

Feature/mle #182

Closed Jammy2211 closed 1 month ago

Jammy2211 commented 1 month ago

Methods which found the maximum likelihood model were previously called optimize, which this PR renames to MLE (maximum likelihood estimator).

This PR improves the MLE methods with functionality including:

The BFGS and LBFGS MLE searches have been improved in this PR, including visualization.

The main use case is fits where a good starting point is known and simple gradient descent can find the maximum likelihood solution.

The intent is to use this for strong lens sensitivity mapping.

The bulk of functionality is included in the following autofit PR:

https://github.com/rhayes777/PyAutoFit/pull/1029