Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ AUTO-GENERATED by PyAutoBuild — do not edit by hand; regenerate with generate.
- [Searches: Maximum Likelihood Estimation](scripts/searches/mle.py): This example illustrates how to use the maximum likelihood / optimization algorithms supported by **PyAutoFit**:
- Contents: Data, Model + Analysis, Search: Drawer, Search: LBFGS, Search Internal
- [Searches: Nested Sampling](scripts/searches/nest.py): This example illustrates how to use the nested sampling algorithms supported by **PyAutoFit**:
- Contents: Data, Model + Analysis, Search: DynestyStatic, Search: DynestyDynamic, Search: Nautilus, Search: NSS, Search Internal
- Contents: Data, Model + Analysis, Search: DynestyStatic, Search: DynestyDynamic, Search: Nautilus, Search Internal
- [Feature: Start Point](scripts/searches/start_point.py): For maximum likelihood estimator (MLE) and Markov Chain Monte Carlo (MCMC) non-linear searches, parameter space sampling is built around having a "location" in parameter space.
- Contents: Comparison to Priors, Example Source Code (`af.ex`), Start Here Notebook, Data, Start Point Priors, Start Point, Search + Analysis + Model-Fit, Result

Expand Down
1 change: 0 additions & 1 deletion workspace_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@
"Search: DynestyStatic",
"Search: DynestyDynamic",
"Search: Nautilus",
"Search: NSS",
"Search Internal"
],
"cross_refs": [],
Expand Down
Loading