-
Notifications
You must be signed in to change notification settings - Fork 14
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
[WIP] Allow optimas
to run with latest Ax
version
#239
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 335c08a.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
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.
Approach looks reasonable, but tests failing.
Yes, agreed. This is work in progress: the current changes do fix issues with transitioning to the new version, but there are more similar issues that remain to be fixed (hence the failing test). |
optimas
to run with latest Ax
versionoptimas
to run with latest Ax
version
This PR implements several changes in order for
optimas
to useax-platform 0.4.1
.A number of changes were indeed introduced between
ax-platform 0.4.1
andax-platform 0.4.0
:register_metric
was removed in this PR: Delete register_metric and remove default metric from register_metrics facebook/Ax#2560. Inoptimas
we now useregister_metrics
instead ofregister_metric
.get_MTGP_LEGACY
was removed in this PR: Clean up factory functions for legacy models facebook/Ax#2508. We now recreate this function inoptimas
for compatibility._maybe_move_to_next_step
was renamed as_maybe_transition_to_next_node
in this PR: fix various spelling errors in gs stack facebook/Ax#2448. We now use_maybe_transition_to_next_node
inoptimas
.