-
Notifications
You must be signed in to change notification settings - Fork 3
add packages and links to algorithms doc #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
a15991a
9228de1
73a0e42
576cecb
fa060eb
28e367a
3e2f592
bd4add7
0cb0378
29d5124
70c8762
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,35 +4,73 @@ 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 | microJax | | ||||||
| |--------------------------------------------------------|-------|-----|----|--------|---------|-----------|----------|----------| | ||||||
| | Uses Fitted Algorithm of Any Kind | Y | N | N | Y | Y | Y | N | N | | ||||||
| | | | | | | | | | | | ||||||
| | Binary Grid search | | | | | | Y | | | | ||||||
| | MCMC | | | | | | Y | | | | ||||||
| | Differential Evolution | | | | Y | | | | | | ||||||
| | Nested Samples | Y | | | | | | | | | ||||||
| | Levenberg–Marquardt | | | | | Y | | | | | ||||||
| | Auto-Differentiation | | | | | | | Y | Y | | ||||||
|
|
||||||
| ## Package Specific Notes | ||||||
|
|
||||||
| <!-- ### ### BAGLE --> | ||||||
| ### `BAGLE` | ||||||
|
|
||||||
| **GitHub Link:** [https://github.com/MovingUniverseLab/BAGLE_Microlensing](https://github.com/MovingUniverseLab/BAGLE_Microlensing) | ||||||
| **Documentation Link:** [https://bagle.readthedocs.io/en/latest/](https://bagle.readthedocs.io/en/latest/) | ||||||
|
|
||||||
|
|
||||||
| <!-- ### VBM --> | ||||||
| <!-- | ||||||
| ### `VBM` | ||||||
|
|
||||||
| **GitHub Link:** [https://github.com/valboz/VBMicrolensing](https://github.com/valboz/VBMicrolensing) | ||||||
| **Documentation Link:** [https://github.com/valboz/VBMicrolensing/tree/main/docs](https://github.com/valboz/VBMicrolensing/tree/main/docs) | ||||||
|
|
||||||
|
|
||||||
| <!-- ### MulensModel --> | ||||||
|
|
||||||
| ### `MulensModel` | ||||||
|
|
||||||
| **GitHub Link:** [https://github.com/rpoleski/MulensModel](https://github.com/rpoleski/MulensModel) | ||||||
| **Documentation Link:** [https://rpoleski.github.io/MulensModel/](https://rpoleski.github.io/MulensModel/) | ||||||
| --> | ||||||
|
Comment on lines
+26
to
+38
|
||||||
|
|
||||||
| <!-- ### pyLIMA --> | ||||||
|
|
||||||
|
|
||||||
| ### pyLIMA | ||||||
|
|
||||||
|
Comment on lines
+42
to
43
|
||||||
| <!-- ### RTModel --> | ||||||
| **GitHub Link:** [https://github.com/ebachelet/pyLIMA](https://github.com/ebachelet/pyLIMA) | ||||||
| **Documentation Link:** [https://pylima.readthedocs.io/en/latest/](https://pylima.readthedocs.io/en/latest/) | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
| <!-- ### essunhong --> | ||||||
| ### RTModel | ||||||
|
|
||||||
| **GitHub Link:** [https://github.com/valboz/RTModel](https://github.com/valboz/RTModel) | ||||||
| **Documentation Link:** [https://github.com/valboz/RTModel/blob/main/docs/README.md](https://github.com/valboz/RTModel/blob/main/docs/README.md) | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
| ### essunhong | ||||||
|
||||||
| ### essunhong | |
| ### eesunhong |
Copilot
AI
Mar 1, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The microlux / microJAX package notes are inside an HTML comment block, so the GitHub/Docs links won’t render. If the intent is to include these links on the page, remove the <!-- ... --> wrapper (or replace with a clear TODO note outside of an HTML comment).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The overview table uses
microJaxas the column name, but other docs in this repo usemicrojax(lowercase) and the GitHub repo ismicrojax. Please standardize the name/capitalization to avoid confusion and broken search matches.