-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update Ax multitask generator for Ax > 0.4.0 #1508
Conversation
* Implemented a custom get_MTGP function * Use register_metrics for serialization of output
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1508 +/- ##
========================================
Coverage 78.42% 78.42%
========================================
Files 76 76
Lines 7690 7690
Branches 1142 1142
========================================
Hits 6031 6031
Misses 1465 1465
Partials 194 194 ☔ View full report in Codecov by Sentry. |
@@ -50,6 +50,7 @@ def run_simulation(H, persis_info, sim_specs, libE_info): | |||
z = 8 | |||
elif task == "cheap_model": | |||
z = 1 | |||
print('in sim', task) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want this print to remain? (It's fine with me, but I wanted to point it out.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did originally leave that print in by accident but then I thought it's actually kind of useful to see that it's doing both models.
- [ ] Can we make work withasync_return
as True*Extra testing needs some updates - we should be on numpy 2.
Collecting numpy~=1.26.4 (from gpcam==8.1.6->-r install/ubuntu_no312.txt (line 1))
**New docs as of Feb 4 2025 (Ax v0.5.0): https://ax.dev/docs/tutorials/multi_task/