Revision ac76dfef4643189a130ce18d23070bb81272a93c authored by James Nightingale on 09 July 2023, 18:01:37 UTC, committed by James Nightingale on 09 July 2023, 18:01:37 UTC
1 parent c2f0388
Raw File
README.rst
The ``scripts`` folder contains example scripts for using different **PyAutoFit** features.

Folders (Beginner)
------------------

- ``howtofit``: The **HowToFit** lectures which teach you how to perform model-fitting with **PyAutoFit**
- ``overview``: Examples providing a concise overview of **PyAutoFit**'s core features.
- ``plot``: Examples showing how to plot the results of model-fits.
- ``searches``: Examples illustrating how to use and customize every non-linear search in **PyAutoFit**.
- ``simulators``: Scripts used to simulate example datasets fitted throughout examples.

Folders (Advanced)
------------------

- ``features`` - Examples of **PyAutoFit**'s advanced modeling features.
back to top