Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/samples summary in result #261

Merged
merged 9 commits into from
Apr 8, 2024
Merged

Conversation

Jammy2211
Copy link
Owner

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.

  • Recent updates to output.yaml mean autofit can now run without outputting a samples.csv file or search_internal.dill file at all (to save hard disk space). The samples summary file cannot be customized to not be output, meaning the information for resuming runs is always available.

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

@Jammy2211 Jammy2211 requested a review from rhayes777 March 26, 2024 13:59
@Jammy2211 Jammy2211 merged commit d6df5d7 into main Apr 8, 2024
0 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant