CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
__init__.py
build_requirements.txt
eden.yaml
optional_requirements.txt
readthedocs.yml
requirements.txt
setup.cfg
setup.py
to_do_list
.github/workflows/main.yml
autofit/__init__.py
autofit/conf.py
autofit/exc.py
autofit/fixtures.py
autofit/mock.py
autofit/aggregator/__init__.py
autofit/aggregator/aggregator.py
autofit/aggregator/predicate.py
autofit/aggregator/search_output.py
autofit/config/.gitignore
autofit/config/doc
autofit/config/doc_general
autofit/config/general.ini
autofit/config/logging.yaml
autofit/config/non_linear/mcmc/Emcee.ini
autofit/config/non_linear/mcmc/Zeus.ini
autofit/config/non_linear/nest/DynestyDynamic.ini
autofit/config/non_linear/nest/DynestyStatic.ini
autofit/config/non_linear/nest/UltraNest.ini
autofit/config/non_linear/optimize/Drawer.ini
autofit/config/non_linear/optimize/LBFGS.ini
autofit/config/non_linear/optimize/PySwarmsGlobal.ini
autofit/config/non_linear/optimize/PySwarmsLocal.ini
autofit/config/notation/label.ini
autofit/config/notation/label_format.ini
autofit/config/priors/Exponential.json
autofit/config/priors/Gaussian.json
autofit/config/priors/GaussianKurtosis.json
autofit/config/priors/MultiLevelGaussians.json
autofit/config/priors/model.json
autofit/config/priors/prior.json
autofit/config/priors/profiles.json
autofit/config/priors/template.json
autofit/config/visualize/doc_general
autofit/config/visualize/general.ini
autofit/config/visualize/include.ini
autofit/config/visualize/plots_search.ini
autofit/config/visualize/mat_wrap/Axis.ini
autofit/config/visualize/mat_wrap/Cmap.ini
autofit/config/visualize/mat_wrap/Colorbar.ini
autofit/config/visualize/mat_wrap/ColorbarTickParams.ini
autofit/config/visualize/mat_wrap/Figure.ini
autofit/config/visualize/mat_wrap/Legend.ini
autofit/config/visualize/mat_wrap/TickParams.ini
autofit/config/visualize/mat_wrap/Title.ini
autofit/config/visualize/mat_wrap/XLabel.ini
autofit/config/visualize/mat_wrap/XTicks.ini
autofit/config/visualize/mat_wrap/YLabel.ini
autofit/config/visualize/mat_wrap/YTicks.ini
autofit/config/visualize/mat_wrap_1d/AXVLine.ini
autofit/config/visualize/mat_wrap_1d/YXPlot.ini
autofit/config/visualize/mat_wrap_2d/ArrayOverlay.ini
autofit/config/visualize/mat_wrap_2d/GridPlot.ini
autofit/config/visualize/mat_wrap_2d/GridScatter.ini
autofit/config/visualize/mat_wrap_2d/PatchOverlay.ini
autofit/config/visualize/mat_wrap_2d/VectorFieldQuiver.ini
autofit/config/visualize/mat_wrap_2d/VoronoiDrawer.ini
autofit/database/__init__.py
autofit/database/sqlalchemy_.py
autofit/database/aggregator/__init__.py
autofit/database/aggregator/aggregator.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/fit.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/util.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/mapper/__init__.py
autofit/mapper/identifier.py
autofit/mapper/link.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/deferred.py
autofit/mapper/prior/gaussian.py
autofit/mapper/prior/log_gaussian.py
autofit/mapper/prior/log_uniform.py
autofit/mapper/prior/tuple_prior.py
autofit/mapper/prior/uniform.py
autofit/mapper/prior/width_modifier.py
autofit/mapper/prior/wrapped_instance.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/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/util.py
autofit/messages/__init__.py
autofit/messages/abstract.py
autofit/messages/beta.py
autofit/messages/fixed.py
autofit/messages/gamma.py
autofit/messages/normal.py
autofit/messages/transform.py
autofit/messages/transform_wrapper.py
autofit/messages/transformed.py
autofit/messages/utils.py
autofit/non_linear/__init__.py
autofit/non_linear/abstract_search.py
autofit/non_linear/initializer.py
autofit/non_linear/result.py
autofit/non_linear/settings.py
autofit/non_linear/timer.py
autofit/non_linear/analysis/__init__.py
autofit/non_linear/analysis/analysis.py
autofit/non_linear/analysis/combined.py
autofit/non_linear/analysis/free_parameter.py
autofit/non_linear/analysis/indexed.py
autofit/non_linear/analysis/model_analysis.py
autofit/non_linear/analysis/multiprocessing.py
autofit/non_linear/grid/__init__.py
autofit/non_linear/grid/sensitivity.py
autofit/non_linear/grid/simple_grid.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/mcmc/__init__.py
autofit/non_linear/mcmc/abstract_mcmc.py
autofit/non_linear/mcmc/auto_correlations.py
autofit/non_linear/mcmc/emcee/__init__.py
autofit/non_linear/mcmc/emcee/emcee.py
autofit/non_linear/mcmc/emcee/plotter.py
autofit/non_linear/mcmc/emcee/samples.py
autofit/non_linear/mcmc/zeus/__init__.py
autofit/non_linear/mcmc/zeus/plotter.py
autofit/non_linear/mcmc/zeus/samples.py
autofit/non_linear/mcmc/zeus/zeus.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_search.py
autofit/non_linear/nest/__init__.py
autofit/non_linear/nest/abstract_nest.py
autofit/non_linear/nest/dynesty/__init__.py
autofit/non_linear/nest/dynesty/abstract.py
autofit/non_linear/nest/dynesty/dynamic.py
autofit/non_linear/nest/dynesty/plotter.py
autofit/non_linear/nest/dynesty/samples.py
autofit/non_linear/nest/dynesty/static.py
autofit/non_linear/nest/ultranest/__init__.py
autofit/non_linear/nest/ultranest/plotter.py
autofit/non_linear/nest/ultranest/samples.py
autofit/non_linear/nest/ultranest/ultranest.py
autofit/non_linear/optimize/__init__.py
autofit/non_linear/optimize/abstract_optimize.py
autofit/non_linear/optimize/drawer/__init__.py
autofit/non_linear/optimize/drawer/drawer.py
autofit/non_linear/optimize/drawer/plotter.py
autofit/non_linear/optimize/lbfgs/__init__.py
autofit/non_linear/optimize/lbfgs/lbfgs.py
autofit/non_linear/optimize/lbfgs/samples.py
autofit/non_linear/optimize/pyswarms/__init__.py
autofit/non_linear/optimize/pyswarms/abstract.py
autofit/non_linear/optimize/pyswarms/globe.py
autofit/non_linear/optimize/pyswarms/local.py
autofit/non_linear/optimize/pyswarms/plotter.py
autofit/non_linear/optimize/pyswarms/samples.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/samples/__init__.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/plot/__init__.py
autofit/plot/output.py
autofit/plot/samples_plotters.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/update_identifiers.py
autofit/tools/util.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/api/api.rst
docs/cookbooks/cookbook_1_basics.rst
docs/cookbooks/cookbook_2_collections.rst
docs/cookbooks/cookbook_3_multiple_datasets.rst
docs/cookbooks/cookbook_4_multi_level.rst
docs/cookbooks/cookbook_5_model_linking.rst
docs/features/database.rst
docs/features/graphical.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/adding_a_model_component.rst
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/howtofit/chapter_1_introduction.rst
docs/howtofit/chapter_database.rst
docs/howtofit/chapter_graphical_models.rst
docs/howtofit/howtofit.rst
docs/images/cornerplot.png
docs/images/toy_model_fit.png
docs/images/toy_model_fit_x2.png
docs/installation/conda.rst
docs/installation/overview.rst
docs/installation/pip.rst
docs/installation/source.rst
docs/installation/troubleshooting.rst
docs/overview/model_complex.rst
docs/overview/model_fit.rst
docs/overview/multi_datasets.rst
docs/overview/non_linear_search.rst
docs/overview/result.rst
docs/overview/image/cluster_example.jpg
docs/overview/image/lens_model.png
docs/overview/image/lens_model_cluster.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
scripts/update_identifiers_from_file.py