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

Release 0.10.0 #156

Merged
merged 27 commits into from
Oct 11, 2023
Merged

Release 0.10.0 #156

merged 27 commits into from
Oct 11, 2023

Conversation

madeline-scyphers
Copy link
Owner

madeline-scyphers and others added 27 commits August 28, 2023 20:39
…er way)

Remove usage of Ax private stuff, and return model right onto scheduler.
Also the model only will do the init, not full fit, which isn't needed for the plots, so it is faster.
Asynchronous optimization is when you start your optimization, get parameters and the go do something to get your metrics.
Then come back and enter your metrics, restart up the optimization, get new parameters, and go off again, and repeat.
This is useful for a variety of real world situations like surveys, experiments, etc.
subprocess logging happens in own thread to support parallelism,
and occasionally reads from popen output to put to log.
All log messages are put into a queue so that they don't write on top of each other.
If each fixture runs one script we can say it only runs once per test suite,
saving time.
…ipe-blocking

Bugfix/scriptwrapper popen blocking
@madeline-scyphers madeline-scyphers merged commit 085127a into main Oct 11, 2023
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