.readthedocs.yaml
AGENTS.md
CITATIONS.rst
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
build_requirements.txt
eden.yaml
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
.github/copilot-instructions.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/main.yml
.github/workflows/url_check.yml
autofit/__init__.py
autofit/conf.py
autofit/exc.py
autofit/fixtures.py
autofit/mock.py
autofit/visualise.py
autofit/aggregator/__init__.py
autofit/aggregator/aggregator.py
autofit/aggregator/base.py
autofit/aggregator/file_output.py
autofit/aggregator/fit_interface.py
autofit/aggregator/predicate.py
autofit/aggregator/search_output.py
autofit/aggregator/summary/__init__.py
autofit/aggregator/summary/aggregate_fits.py
autofit/aggregator/summary/aggregate_images.py
autofit/aggregator/summary/aggregate_csv/__init__.py
autofit/aggregator/summary/aggregate_csv/column.py
autofit/aggregator/summary/aggregate_csv/row.py
autofit/config/.gitignore
autofit/config/README.rst
autofit/config/general.yaml
autofit/config/logging.yaml
autofit/config/notation.yaml
autofit/config/output.yaml
autofit/config/non_linear/GridSearch.yaml
autofit/config/non_linear/README.rst
autofit/config/priors/Exponential.yaml
autofit/config/priors/Gaussian.yaml
autofit/config/priors/Gaussian2D.yaml
autofit/config/priors/GaussianKurtosis.yaml
autofit/config/priors/MultiLevelGaussians.yaml
autofit/config/priors/README.rst
autofit/config/priors/model.yaml
autofit/config/priors/prior.yaml
autofit/config/priors/profiles.yaml
autofit/config/priors/template.yaml
autofit/config/visualize/README.rst
autofit/config/visualize/general.yaml
autofit/config/visualize/plots_search.yaml
autofit/config/visualize/plots_settings.yaml
autofit/database/__init__.py
autofit/database/sqlalchemy_.py
autofit/database/aggregator/__init__.py
autofit/database/aggregator/aggregator.py
autofit/database/aggregator/info.py
autofit/database/aggregator/scrape.py
autofit/database/migration/__init__.py
autofit/database/migration/migration.py
autofit/database/migration/session_wrapper.py
autofit/database/migration/steps.py
autofit/database/model/__init__.py
autofit/database/model/array.py
autofit/database/model/common.py
autofit/database/model/compound.py
autofit/database/model/fit.py
autofit/database/model/function.py
autofit/database/model/instance.py
autofit/database/model/model.py
autofit/database/model/prior.py
autofit/database/query/__init__.py
autofit/database/query/condition.py
autofit/database/query/junction.py
autofit/database/query/query/__init__.py
autofit/database/query/query/abstract.py
autofit/database/query/query/attribute.py
autofit/database/query/query/info.py
autofit/database/query/query/named.py
autofit/example/__init__.py
autofit/example/analysis.py
autofit/example/model.py
autofit/example/result.py
autofit/example/util.py
autofit/example/visualize.py
autofit/graphical/__init__.py
autofit/graphical/mean_field.py
autofit/graphical/utils.py
autofit/graphical/declarative/__init__.py
autofit/graphical/declarative/abstract.py
autofit/graphical/declarative/collection.py
autofit/graphical/declarative/graph.py
autofit/graphical/declarative/result.py
autofit/graphical/declarative/factor/__init__.py
autofit/graphical/declarative/factor/abstract.py
autofit/graphical/declarative/factor/analysis.py
autofit/graphical/declarative/factor/hierarchical.py
autofit/graphical/declarative/factor/prior.py
autofit/graphical/expectation_propagation/__init__.py
autofit/graphical/expectation_propagation/ep_mean_field.py
autofit/graphical/expectation_propagation/factor_optimiser.py
autofit/graphical/expectation_propagation/history.py
autofit/graphical/expectation_propagation/optimiser.py
autofit/graphical/expectation_propagation/stochastic.py
autofit/graphical/expectation_propagation/visualise.py
autofit/graphical/factor_graphs/__init__.py
autofit/graphical/factor_graphs/abstract.py
autofit/graphical/factor_graphs/factor.py
autofit/graphical/factor_graphs/graph.py
autofit/graphical/factor_graphs/jacobians.py
autofit/graphical/factor_graphs/transform.py
autofit/graphical/laplace/__init__.py
autofit/graphical/laplace/line_search.py
autofit/graphical/laplace/newton.py
autofit/graphical/laplace/optimiser.py
autofit/interpolator/__init__.py
autofit/interpolator/abstract.py
autofit/interpolator/covariance.py
autofit/interpolator/linear.py
autofit/interpolator/linear_relationship.py
autofit/interpolator/query.py
autofit/interpolator/spline.py
autofit/jax/__init__.py
autofit/jax/pytrees.py
autofit/mapper/__init__.py
autofit/mapper/identifier.py
autofit/mapper/model.py
autofit/mapper/model_mapper.py
autofit/mapper/model_object.py
autofit/mapper/operator.py
autofit/mapper/variable.py
autofit/mapper/variable_operator.py
autofit/mapper/mock/__init__.py
autofit/mapper/mock/mock_model.py
autofit/mapper/prior/__init__.py
autofit/mapper/prior/abstract.py
autofit/mapper/prior/constant.py
autofit/mapper/prior/deferred.py
autofit/mapper/prior/gaussian.py
autofit/mapper/prior/log_gaussian.py
autofit/mapper/prior/log_uniform.py
autofit/mapper/prior/truncated_gaussian.py
autofit/mapper/prior/tuple_prior.py
autofit/mapper/prior/uniform.py
autofit/mapper/prior/vectorized.py
autofit/mapper/prior/width_modifier.py
autofit/mapper/prior/arithmetic/__init__.py
autofit/mapper/prior/arithmetic/arithmetic.py
autofit/mapper/prior/arithmetic/assertion.py
autofit/mapper/prior/arithmetic/compound.py
autofit/mapper/prior_model/__init__.py
autofit/mapper/prior_model/abstract.py
autofit/mapper/prior_model/annotation.py
autofit/mapper/prior_model/array.py
autofit/mapper/prior_model/attribute_pair.py
autofit/mapper/prior_model/collection.py
autofit/mapper/prior_model/prior_model.py
autofit/mapper/prior_model/recursion.py
autofit/mapper/prior_model/representative.py
autofit/mapper/prior_model/util.py
autofit/messages/__init__.py
autofit/messages/abstract.py
autofit/messages/beta.py
autofit/messages/composed_transform.py
autofit/messages/fixed.py
autofit/messages/gamma.py
autofit/messages/interface.py
autofit/messages/normal.py
autofit/messages/transform.py
autofit/messages/truncated_normal.py
autofit/messages/utils.py
autofit/non_linear/__init__.py
autofit/non_linear/combined_result.py
autofit/non_linear/fitness.py
autofit/non_linear/initializer.py
autofit/non_linear/quick_update.py
autofit/non_linear/result.py
autofit/non_linear/settings.py
autofit/non_linear/test_mode.py
autofit/non_linear/timer.py
autofit/non_linear/analysis/__init__.py
autofit/non_linear/analysis/analysis.py
autofit/non_linear/analysis/model_analysis.py
autofit/non_linear/analysis/multiprocessing.py
autofit/non_linear/analysis/visualize.py
autofit/non_linear/grid/__init__.py
autofit/non_linear/grid/grid_list.py
autofit/non_linear/grid/grid_search/__init__.py
autofit/non_linear/grid/grid_search/job.py
autofit/non_linear/grid/grid_search/result.py
autofit/non_linear/grid/grid_search/result_builder.py
autofit/non_linear/grid/sensitivity/__init__.py
autofit/non_linear/grid/sensitivity/job.py
autofit/non_linear/grid/sensitivity/result.py
autofit/non_linear/mock/__init__.py
autofit/non_linear/mock/mock_analysis.py
autofit/non_linear/mock/mock_result.py
autofit/non_linear/mock/mock_samples.py
autofit/non_linear/mock/mock_samples_summary.py
autofit/non_linear/mock/mock_search.py
autofit/non_linear/parallel/__init__.py
autofit/non_linear/parallel/process.py
autofit/non_linear/parallel/sneaky.py
autofit/non_linear/paths/__init__.py
autofit/non_linear/paths/abstract.py
autofit/non_linear/paths/database.py
autofit/non_linear/paths/directory.py
autofit/non_linear/paths/null.py
autofit/non_linear/paths/sub_directory_paths.py
autofit/non_linear/plot/__init__.py
autofit/non_linear/plot/mle_plotters.py
autofit/non_linear/plot/nest_plotters.py
autofit/non_linear/plot/plot_util.py
autofit/non_linear/plot/samples_plotters.py
autofit/non_linear/samples/__init__.py
autofit/non_linear/samples/efficient.py
autofit/non_linear/samples/interface.py
autofit/non_linear/samples/mcmc.py
autofit/non_linear/samples/nest.py
autofit/non_linear/samples/pdf.py
autofit/non_linear/samples/sample.py
autofit/non_linear/samples/samples.py
autofit/non_linear/samples/stored.py
autofit/non_linear/samples/summary.py
autofit/non_linear/samples/util.py
autofit/non_linear/search/__init__.py
autofit/non_linear/search/abstract_search.py
autofit/non_linear/search/updater.py
autofit/non_linear/search/mcmc/__init__.py
autofit/non_linear/search/mcmc/abstract_mcmc.py
autofit/non_linear/search/mcmc/auto_correlations.py
autofit/non_linear/search/mcmc/emcee/__init__.py
autofit/non_linear/search/mcmc/emcee/search.py
autofit/non_linear/search/mcmc/zeus/__init__.py
autofit/non_linear/search/mcmc/zeus/search.py
autofit/non_linear/search/mle/__init__.py
autofit/non_linear/search/mle/abstract_mle.py
autofit/non_linear/search/mle/bfgs/__init__.py
autofit/non_linear/search/mle/bfgs/search.py
autofit/non_linear/search/mle/drawer/__init__.py
autofit/non_linear/search/mle/drawer/search.py
autofit/non_linear/search/nest/__init__.py
autofit/non_linear/search/nest/abstract_nest.py
autofit/non_linear/search/nest/dynesty/__init__.py
autofit/non_linear/search/nest/dynesty/search/__init__.py
autofit/non_linear/search/nest/dynesty/search/abstract.py
autofit/non_linear/search/nest/dynesty/search/dynamic.py
autofit/non_linear/search/nest/dynesty/search/static.py
autofit/non_linear/search/nest/nautilus/__init__.py
autofit/non_linear/search/nest/nautilus/search.py
autofit/plot/__init__.py
autofit/text/__init__.py
autofit/text/formatter.py
autofit/text/samples_text.py
autofit/text/text_util.py
autofit/tools/__init__.py
autofit/tools/add_notebook_quotes.py
autofit/tools/namer.py
autofit/tools/util.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_templates/custom-class-template.rst
docs/_templates/custom_module_template.rst
docs/api/analysis.rst
docs/api/database.rst
docs/api/model.rst
docs/api/plot.rst
docs/api/priors.rst
docs/api/samples.rst
docs/api/searches.rst
docs/api/source.rst
docs/cookbooks/analysis.rst
docs/cookbooks/configs.rst
docs/cookbooks/model.rst
docs/cookbooks/multi_level_model.rst
docs/cookbooks/multiple_datasets.rst
docs/cookbooks/result.rst
docs/cookbooks/samples.rst
docs/cookbooks/search.rst
docs/features/graphical.rst
docs/features/interpolate.rst
docs/features/search_chaining.rst
docs/features/search_grid_search.rst
docs/features/sensitivity_mapping.rst
docs/features/images/gaussian_x1_1__low_snr.png
docs/features/images/gaussian_x1_2__low_snr.png
docs/features/images/gaussian_x1_3__low_snr.png
docs/features/images/gaussian_x1_with_feature.png
docs/features/images/gaussian_x1_with_feature_fit_feature.png
docs/features/images/gaussian_x1_with_feature_fit_no_feature.png
docs/features/images/gaussian_x2_fit.png
docs/features/images/gaussian_x2_left.png
docs/features/images/gaussian_x2_left_fit.png
docs/features/images/gaussian_x2_right_fit.png
docs/features/images/gaussian_x2_split.png
docs/features/images/sensitivity_data_high.png
docs/features/images/sensitivity_data_high_fit.png
docs/features/images/sensitivity_data_low.png
docs/features/images/sensitivity_data_low_fit.png
docs/general/citations.rst
docs/general/configs.rst
docs/general/credits.rst
docs/general/roadmap.rst
docs/general/software.rst
docs/general/workspace.rst
docs/images/cornerplot.png
docs/images/data.png
docs/images/data_2.png
docs/images/model_gaussian.png
docs/images/multi_data_0.png
docs/images/multi_data_1.png
docs/images/multi_data_2.png
docs/images/multi_model_data_0.png
docs/images/multi_model_data_1.png
docs/images/multi_model_data_2.png
docs/images/toy_model_fit.png
docs/images/toy_model_fit_2.png
docs/installation/conda.rst
docs/installation/overview.rst
docs/installation/pip.rst
docs/installation/source.rst
docs/installation/troubleshooting.rst
docs/overview/backup.rst
docs/overview/scientific_workflow.rst
docs/overview/statistical_methods.rst
docs/overview/the_basics.rst
docs/overview/image/cluster_example.jpg
docs/overview/image/lens_model.png
docs/overview/image/lens_model_cluster.png
docs/overview/image/output_example.png
docs/science_examples/astronomy.rst
files/citation.tex
files/citations.bib
files/citations.md
files/eden.ini
files/gaussian_example.png
files/release.sh
files/to_do_list
files/toy_model_fit.png
paper/README.md
paper/paper.bib
paper/paper.json
paper/paper.md
scripts/__init__.py
scripts/add_notebook_quotes.py
scripts/aggregate.py
scripts/example_map.yaml
scripts/update_identifiers.py