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

Localizes AutoSAS #30

Merged
merged 11 commits into from
Mar 12, 2025
Merged

Localizes AutoSAS #30

merged 11 commits into from
Mar 12, 2025

Conversation

martintb
Copy link
Collaborator

@martintb martintb commented Mar 3, 2025

This PR refactors the AutoSAS logic so that AutoSAS can be run locally in a pipeline without an APIServer, while maintaining the ability to also farm the fits to an APIServer if configured. It also adds two documentation pages for AutoSAS.

… SASFitter classes

- Simplified AutoSAS_Driver by extracting core SAS fitting logic into SASModel and SASFitter classes
- Added support for local and remote SAS model fitting
- Improved model fitting, parameter extraction, and result reporting
- Enhanced flexibility for model inputs and fitting methods
- Simplified code structure and improved type hinting
@martintb martintb linked an issue Mar 3, 2025 that may be closed by this pull request
@martintb martintb mentioned this pull request Mar 3, 2025
@drs378 drs378 self-assigned this Mar 10, 2025
@martintb martintb requested a review from drs378 March 11, 2025 00:45
Copy link
Collaborator

@drs378 drs378 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two things were broken. One on the constructor and an import for the AFL.automation.API_server.Client Client module required to talk to the server

@drs378 drs378 merged commit 2830335 into main Mar 12, 2025
2 checks passed
@drs378 drs378 deleted the 27-localizing-autosas branch March 12, 2025 16:20
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.

Localizing AutoSAS
2 participants