Skip to content

Commit 4cee46a

Browse files
committed
Release 2026.5.1.4: bump Colab URL tag refs
1 parent 7bf9125 commit 4cee46a

8 files changed

Lines changed: 56 additions & 56 deletions

File tree

notebooks/chapter_1_introduction/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ In chapter 1, we introduce you to strong gravitational lensing and the core **Py
55
Files
66
-----
77

8-
`Tutorial 0: Visualization <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_0_visualization.ipynb>`_
8+
`Tutorial 0: Visualization <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_0_visualization.ipynb>`_
99
- Setting up **PyAutoGalaxy**'s visualization library.
1010

11-
`Tutorial 1: Grids And Galaxies <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb>`_
11+
`Tutorial 1: Grids And Galaxies <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb>`_
1212
- How grids of (y,x) coordinates are used to create images of galaxies that ultimately quantify their morphology.
1313

14-
`Tutorial 2: Data <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_2_data.ipynb>`_
14+
`Tutorial 2: Data <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_2_data.ipynb>`_
1515
- Simulating and inspecting telescope imaging data of a galaxy, for example from the Hubble Space Telescope.
1616

17-
`Tutorial 3: Fitting <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_3_fitting.ipynb>`_
17+
`Tutorial 3: Fitting <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_3_fitting.ipynb>`_
1818
- How to fit imaging data of a galaxy and quantify whether a fit is good or bad.
1919

20-
`Tutorial 4: Methods <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_4_methods.ipynb>`_
20+
`Tutorial 4: Methods <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_4_methods.ipynb>`_
2121
- An overview of the different methods used to fit galaxies with.
2222

23-
`Tutorial 5: Summary <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_5_summary.ipynb>`_
23+
`Tutorial 5: Summary <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_5_summary.ipynb>`_
2424
- A summary of the chapter.

notebooks/chapter_2_modeling/README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ In chapter 2, we'll take you through how to model galaxies using a non-linear se
55
Files
66
-----
77

8-
`Tutorial 1: Non-linear Search <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_1_non_linear_search.ipynb>`_
8+
`Tutorial 1: Non-linear Search <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_1_non_linear_search.ipynb>`_
99
- How a non-linear search is used to fit a model and the concepts of a parameter space and priors.
1010

11-
`Tutorial 2: Practicalities <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_2_practicalities.ipynb>`_
11+
`Tutorial 2: Practicalities <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_2_practicalities.ipynb>`_
1212
- Practicalities of performing model-fitting, like how to inspect the results on your hard-disk.
1313

14-
`Tutorial 3: Realism and Complexity <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_3_realism_and_complexity.ipynb>`_
14+
`Tutorial 3: Realism and Complexity <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_3_realism_and_complexity.ipynb>`_
1515
- Finding a balance between realism and complexity when composing and fitting a model.
1616

17-
`Tutorial 4: Dealing with Failure <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_4_dealing_with_failure.ipynb>`_
17+
`Tutorial 4: Dealing with Failure <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_4_dealing_with_failure.ipynb>`_
1818
- What to do when PyAutoGalaxy finds an inaccurate model.
1919

20-
`Tutorial 5: Linear Profiles <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_5_linear_profiles.ipynb>`_
20+
`Tutorial 5: Linear Profiles <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_5_linear_profiles.ipynb>`_
2121
- Light profiles which capture complex morphologies in a reduced number of non-linear parameters.
2222

23-
`Tutorial 6: Masking <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_6_masking.ipynb>`_
23+
`Tutorial 6: Masking <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_6_masking.ipynb>`_
2424
- How to mask your data to improve the model.
2525

26-
`Tutorial 7: Results <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_7_results.ipynb>`_
26+
`Tutorial 7: Results <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_7_results.ipynb>`_
2727
- Overview of the results available after successfully fitting a model.
2828

29-
`Tutorial 8: Need for Speed <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_8_need_for_speed.ipynb>`_
29+
`Tutorial 8: Need for Speed <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_8_need_for_speed.ipynb>`_
3030
- How to fit complex models whilst balancing efficiency and run-time.

notebooks/chapter_3_search_chaining/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ different model.
66
Files
77
-----
88

9-
`Tutorial 1: Search Chaining <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_3_search_chaining/tutorial_1_search_chaining.ipynb>`_
9+
`Tutorial 1: Search Chaining <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_3_search_chaining/tutorial_1_search_chaining.ipynb>`_
1010
- Breaking the modeling procedure into a chained sequence of model-fits.
1111

12-
`Tutorial 2: Prior Passing <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_3_search_chaining/tutorial_2_prior_passing.ipynb>`_
12+
`Tutorial 2: Prior Passing <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_3_search_chaining/tutorial_2_prior_passing.ipynb>`_
1313
- How the results of earlier searches are passed to later searches.
1414

15-
`Tutorial 3: Lens <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_3_search_chaining/tutorial_3_lens_and_source.ipynb>`_
15+
`Tutorial 3: Lens <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_3_search_chaining/tutorial_3_lens_and_source.ipynb>`_
1616
- Fitting the galaxy's light followed by its mass using chained searches.
1717

18-
`Tutorial 4: Two Lens galaxies <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_3_search_chaining/tutorial_4_x2_lens_galaxies.ipynb>`_
18+
`Tutorial 4: Two Lens galaxies <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_3_search_chaining/tutorial_4_x2_lens_galaxies.ipynb>`_
1919
- Modeling a galaxy with two lens galaxies using chained searches.
2020

21-
`Tutorial 5: Complex Source <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_3_search_chaining/tutorial_4_complex_source.ipynb>`_
21+
`Tutorial 5: Complex Source <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_3_search_chaining/tutorial_4_complex_source.ipynb>`_
2222
- Using multiple light profiles to fit a complex and irregular source using chained searches.
2323

24-
`Tutorial 6: SLaM <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_3_search_chaining/tutorial_6_slam.ipynb>`_
24+
`Tutorial 6: SLaM <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_3_search_chaining/tutorial_6_slam.ipynb>`_
2525
- Template pipelines for fitting model is standardized ways.

notebooks/chapter_4_pixelizations/README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ In chapter 4, we use **Pixelizations** to reconstruct complex source galaxies on
55
Files
66
-----
77

8-
`Tutorial 1: Pixelizations <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_1_pixelizations.ipynb>`_
8+
`Tutorial 1: Pixelizations <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_4_pixelizations/tutorial_1_pixelizations.ipynb>`_
99
- Creating a pixel-grid in the source-plane.
1010

11-
`Tutorial 2: Mappers <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_2_mappers.ipynb>`_
11+
`Tutorial 2: Mappers <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_4_pixelizations/tutorial_2_mappers.ipynb>`_
1212
- How a pixelization maps source-pixels to image-pixels.
1313

14-
`Tutorial 3: Inversions <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_3_inversions.ipynb>`_
14+
`Tutorial 3: Inversions <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_4_pixelizations/tutorial_3_inversions.ipynb>`_
1515
- Inverting the mappings to reconstruct the source's light.
1616

17-
`Tutorial 4: Bayesian Regularization <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_4_bayesian_regularization.ipynb>`_
17+
`Tutorial 4: Bayesian Regularization <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_4_pixelizations/tutorial_4_bayesian_regularization.ipynb>`_
1818
- Smoothing the source within a Bayesian framework.
1919

20-
`Tutorial 5: Borders <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_5_borders.ipynb>`_
20+
`Tutorial 5: Borders <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_4_pixelizations/tutorial_5_borders.ipynb>`_
2121
- Preventing highly demagnified image-pixels ruining the inversion.
2222

23-
`Tutorial 6: Lens Modeling <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_6_modeling.ipynb>`_
23+
`Tutorial 6: Lens Modeling <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_4_pixelizations/tutorial_6_modeling.ipynb>`_
2424
- How to use inversions to fit a model.
2525

26-
`Tutorial 7: Adaptive Pixelization <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_7_adaptive_pixelization.ipynb>`_
26+
`Tutorial 7: Adaptive Pixelization <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_4_pixelizations/tutorial_7_adaptive_pixelization.ipynb>`_
2727
- A Voronoi mesh which adapts to the mass model's magnification.
2828

29-
`Tutorial 8: Model Fit <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_4_pixelizations/tutorial_8_model_fit.ipynb>`_
29+
`Tutorial 8: Model Fit <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_4_pixelizations/tutorial_8_model_fit.ipynb>`_
3030
- An example modeling pipeline which uses an inversion.

scripts/chapter_1_introduction/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ In chapter 1, we introduce you to strong gravitational lensing and the core **Py
55
Files
66
-----
77

8-
`Tutorial 0: Visualization <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_0_visualization.ipynb>`_
8+
`Tutorial 0: Visualization <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_0_visualization.ipynb>`_
99
- Setting up **PyAutoGalaxy**'s visualization library.
1010

11-
`Tutorial 1: Grids And Galaxies <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb>`_
11+
`Tutorial 1: Grids And Galaxies <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb>`_
1212
- How grids of (y,x) coordinates are used to create images of galaxies that ultimately quantify their morphology.
1313

14-
`Tutorial 2: Data <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_2_data.ipynb>`_
14+
`Tutorial 2: Data <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_2_data.ipynb>`_
1515
- Simulating and inspecting telescope imaging data of a galaxy, for example from the Hubble Space Telescope.
1616

17-
`Tutorial 3: Fitting <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_3_fitting.ipynb>`_
17+
`Tutorial 3: Fitting <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_3_fitting.ipynb>`_
1818
- How to fit imaging data of a galaxy and quantify whether a fit is good or bad.
1919

20-
`Tutorial 4: Methods <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_4_methods.ipynb>`_
20+
`Tutorial 4: Methods <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_4_methods.ipynb>`_
2121
- An overview of the different methods used to fit galaxies with.
2222

23-
`Tutorial 5: Summary <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_1_introduction/tutorial_5_summary.ipynb>`_
23+
`Tutorial 5: Summary <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_1_introduction/tutorial_5_summary.ipynb>`_
2424
- A summary of the chapter.

scripts/chapter_2_modeling/README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ In chapter 2, we'll take you through how to model galaxies using a non-linear se
55
Files
66
-----
77

8-
`Tutorial 1: Non-linear Search <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_1_non_linear_search.ipynb>`_
8+
`Tutorial 1: Non-linear Search <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_1_non_linear_search.ipynb>`_
99
- How a non-linear search is used to fit a model and the concepts of a parameter space and priors.
1010

11-
`Tutorial 2: Practicalities <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_2_practicalities.ipynb>`_
11+
`Tutorial 2: Practicalities <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_2_practicalities.ipynb>`_
1212
- Practicalities of performing model-fitting, like how to inspect the results on your hard-disk.
1313

14-
`Tutorial 3: Realism and Complexity <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_3_realism_and_complexity.ipynb>`_
14+
`Tutorial 3: Realism and Complexity <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_3_realism_and_complexity.ipynb>`_
1515
- Finding a balance between realism and complexity when composing and fitting a model.
1616

17-
`Tutorial 4: Dealing with Failure <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_4_dealing_with_failure.ipynb>`_
17+
`Tutorial 4: Dealing with Failure <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_4_dealing_with_failure.ipynb>`_
1818
- What to do when PyAutoGalaxy finds an inaccurate model.
1919

20-
`Tutorial 5: Linear Profiles <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_5_linear_profiles.ipynb>`_
20+
`Tutorial 5: Linear Profiles <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_5_linear_profiles.ipynb>`_
2121
- Light profiles which capture complex morphologies in a reduced number of non-linear parameters.
2222

23-
`Tutorial 6: Masking <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_6_masking.ipynb>`_
23+
`Tutorial 6: Masking <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_6_masking.ipynb>`_
2424
- How to mask your data to improve the model.
2525

26-
`Tutorial 7: Results <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_7_results.ipynb>`_
26+
`Tutorial 7: Results <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_7_results.ipynb>`_
2727
- Overview of the results available after successfully fitting a model.
2828

29-
`Tutorial 8: Need for Speed <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.4.13.6/notebooks/chapter_2_modeling/tutorial_8_need_for_speed.ipynb>`_
29+
`Tutorial 8: Need for Speed <https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.5.1.4/notebooks/chapter_2_modeling/tutorial_8_need_for_speed.ipynb>`_
3030
- How to fit complex models whilst balancing efficiency and run-time.

0 commit comments

Comments
 (0)