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 ``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