https://github.com/Jammy2211/autofit_workspace
Raw File
Tip revision: 6434afcfb0df83d833818bc661184a243bef1b94 authored by James Nightingale on 16 July 2024, 12:25:42 UTC
fix howtofit tutorials
Tip revision: 6434afc
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