From a15991adb249b0a49ff4c6b7e89775d63769c9fa Mon Sep 17 00:00:00 2001 From: Amber Malpas Date: Tue, 24 Feb 2026 09:06:14 -0500 Subject: [PATCH 1/9] Update algorithm table to include microlux Added microlux support and updated algorithm table. --- Model_Fitting_Algorithms.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/Model_Fitting_Algorithms.md b/Model_Fitting_Algorithms.md index 92faf2b..1dc90c5 100644 --- a/Model_Fitting_Algorithms.md +++ b/Model_Fitting_Algorithms.md @@ -4,14 +4,15 @@ This page details the fitting algorithms/processes supported by various microlen ## Overview -| Algorithm | BAGLE | VBM | MM | pyLIMA | RTModel | eesunhong | -|--------------------------------------------------------|-------|-----|----|--------|---------|------------| -| Uses Fitted Algorithm of Any Kind | Y | N | N | Y | Y | Y | -| | | | | | | | -| Binary Grid search | | | | | | Y | -| Differential Evolution | | | | Y | | | -| Nested Samples | Y | | | | | | -| Levenberg–Marquardt | | | | | Y | | +| Algorithm | BAGLE | VBM | MM | pyLIMA | RTModel | eesunhong | microlux | +|--------------------------------------------------------|-------|-----|----|--------|---------|-----------|----------| +| Uses Fitted Algorithm of Any Kind | Y | N | N | Y | Y | Y | N +| | | | | | | | | +| Binary Grid search | | | | | | Y | | +| Differential Evolution | | | | Y | | | | +| Nested Samples | Y | | | | | | | +| Levenberg–Marquardt | | | | | Y | | | +| Autodifferentiation | | | | | | | Y | ## Package Specific Notes @@ -36,3 +37,8 @@ This page details the fitting algorithms/processes supported by various microlen + + + + +### BAGLE +[GitHub Link: ]() +[Documentation Link: ]() - +### VBM +[GitHub Link: ]() +[Documentation Link: ]() - +### MulensModel - +[GitHub Link: ]() +[Documentation Link: ]() - +### pyLIMA +[GitHub Link: ]() +[Documentation Link: ]() - +### RTModel + +[GitHub Link: ]() +[Documentation Link: ]() + + + +### essunhong + +[GitHub Link: ]() +[Documentation Link: ]() + + + +### `microlux` + +[GitHub Link: https://github.com/CoastEgo/microlux](https://github.com/CoastEgo/microlux) +[Documentation Link: https://coastego.github.io/microlux/](https://coastego.github.io/microlux/) + + +### `microJAX` + +[GitHub Link: https://github.com/ShotaMiyazaki94/microjax](https://github.com/ShotaMiyazaki94/microjax) +[Documentation Link: https://shotamiyazaki94.github.io/microjax/](https://shotamiyazaki94.github.io/microjax/) - @@ -57,7 +59,7 @@ This page details the fitting algorithms/processes supported by various microlen **Documentation Link:** [https://eesunhong.readthedocs.io/en/latest/index.html](https://eesunhong.readthedocs.io/en/latest/index.html) - + From 0cb0378c06ab814dc42434f5e466398761d05364 Mon Sep 17 00:00:00 2001 From: Amber Malpas Date: Tue, 24 Feb 2026 10:44:07 -0500 Subject: [PATCH 8/9] Add documentation link for VBMicrolensing package --- List_of_codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/List_of_codes.md b/List_of_codes.md index 333f29f..8dc892a 100644 --- a/List_of_codes.md +++ b/List_of_codes.md @@ -4,7 +4,7 @@ Below is a list of publicly available gravitational microlensing modeling packag | Name and Repo | Docs | Language | Main Paper | Note | |---------------|------|----------|------------|------| -| [VBMicrolensing](https://github.com/valboz/VBMicrolensing) | | C++, python wrapper | | model generation only | +| [VBMicrolensing](https://github.com/valboz/VBMicrolensing) | [docs](https://github.com/valboz/VBMicrolensing/tree/main/docs) | C++, python wrapper | | model generation only | | [RTModel](https://github.com/valboz/RTModel) | [docs](https://github.com/valboz/RTModel/blob/main/docs/README.md) | C++, python wrapper | | model fitting (VBM for generation) | | [pyLIMA](https://github.com/ebachelet/pyLIMA) | [docs](https://pylima.readthedocs.io/en/latest/) | python | | | | [MulensModel](https://github.com/rpoleski/MulensModel) | [docs](https://rpoleski.github.io/MulensModel/) | python | | | From 29d512440723f4cadcca53b9d4b3ab81af836f6a Mon Sep 17 00:00:00 2001 From: Amber Malpas Date: Tue, 24 Feb 2026 10:45:36 -0500 Subject: [PATCH 9/9] Fix spelling of 'Autodifferentiation' to 'Auto-Differentiation' --- Model_Fitting_Algorithms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model_Fitting_Algorithms.md b/Model_Fitting_Algorithms.md index 0e69bf7..0713135 100644 --- a/Model_Fitting_Algorithms.md +++ b/Model_Fitting_Algorithms.md @@ -13,7 +13,7 @@ This page details the fitting algorithms/processes supported by various microlen | Differential Evolution | | | | Y | | | | | | Nested Samples | Y | | | | | | | | | Levenberg–Marquardt | | | | | Y | | | | -| Autodifferentiation | | | | | | | Y | Y | +| Auto-Differentiation | | | | | | | Y | Y | ## Package Specific Notes