https://github.com/Jammy2211/autofit_workspace
Raw File
Tip revision: 230f6fbfcd7cbae8072002f2a031b063ff943dfb authored by James Nightingale on 23 October 2023, 09:17:22 UTC
fixes
Tip revision: 230f6fb
README.rst
The ``config`` folder contains configuration files which customize default **PyAutoLens**.

Folders
-------

- ``priors``: Configs defining default priors assumed on every model component and set of parameters.

Files
-----

- ``general.yaml``: Customizes general **PyAutoLens** settings.
- ``non-linear.yaml``: Configs for default non-linear search (e.g. MCMC, nested sampling) settings.
- ``logging.yaml``: Customizes the logging behaviour of **PyAutoLens**.
- ``visualize.yaml``: Configs defining what images are output by a lens model fit.
- ``notation.yaml``: Configs defining labels and formatting of model parameters when used for visualization.
back to top