Jammy2211 / PyAutoGalaxy

PyAutoGalaxy: Open-Source Multiwavelength Galaxy Structure & Morphology
https://pyautogalaxy.readthedocs.io/
MIT License
26 stars 13 forks source link

Feature/samples summary in result #161

Closed Jammy2211 closed 3 months ago

Jammy2211 commented 3 months ago

Make it so that all internal results loading use the SamplesSummary object instead of the Samples object wherever possible.

This has two benefits:

-Loading samples.csv / search_internal.dill in order to load results when resuming a model-fit was very slow.

This is motivated for search chaining prior passing, which by using the SamplesSummary resumes previous fits much faster.