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

0.10.3 Release #170

Merged
merged 26 commits into from
Jul 10, 2024
Merged

0.10.3 Release #170

merged 26 commits into from
Jul 10, 2024

Conversation

madeline-scyphers
Copy link
Owner

Summary

madeline-scyphers and others added 24 commits December 10, 2023 22:27
…ood and didn't work

Also add metric data fetching caching

outcome_constraints create their own black box constraint, and therefore a new metric.
This needs to be a passthrough metric, but was creating an Ax Metric class, which didn't work.

Also implement ModularMetric trial data caching which should help when reloading schedular in situations where your wrapper isn't present.
…ood and didn't work

Also add metric data fetching caching

outcome_constraints create their own black box constraint, and therefore a new metric.
This needs to be a passthrough metric, but was creating an Ax Metric class, which didn't work.

Also implement ModularMetric trial data caching which should help when reloading schedular in situations where your wrapper isn't present.
…aints-metrics-as-passthrough-bug

Feature/outcome constraints metrics as passthrough bug
When running a script if your function fails and you get a nan or null or some sort
you can now just pass that along to BOA instead of checking and marking your test as failed
BOA will mark it as failed for you.
…m-script-for-failure

Feature/return nan from script for failure
something in 0.3.7 was introduced that caused both run_n_trials and run_all_trials to not run the expected number of trials. Removing support for 0.3.7 and above until we can figure out what's going on
@madeline-scyphers madeline-scyphers added enhancement New feature or request package labels Jul 9, 2024
@madeline-scyphers madeline-scyphers merged commit 9c3c06a into main Jul 10, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant