-
Notifications
You must be signed in to change notification settings - Fork 312
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
Objective Thresholds are inferred even though they are specified #802
Comments
Thank you for the repro, @mcd01, we will look into this and get back to you! |
Hello @mcd01, we could not reproduce this issue –– on our internal runs objectives are not getting inferred in the code snippet you pasted above. Could you check whether you are on the latest version of Ax? |
Hello @lena-kashtelyan , thank you for the reply. I am using version 0.2.3 of the ax-platform, which is, according to my knowledge, the most recent version. Anything else I can provide or help you with? |
Hi @mcd01, we'll release a new stable release towards the end of this week and ask you to try that if that's okay, since on latest this issue does not reproduce for us. Stay tuned! |
We also did just release a new stable version of Ax –– @mcd01, you should now be good to re-try your code and see if the issue still comes up! Please let us know the outcome when you've had a chance to check. |
Hi @lena-kashtelyan , sorry for the late reply. I am not sure if its of a lot of help, but I did no longer experience these issues when switching from Models.BOTORCH_MODULAR to Models.MOO_MODULAR. |
Hi @mcd01, thank you for getting back to us. Since you have not since encountered the issue I'll go ahead and close it. If you encounter the same problem and need to follow up in the future, please feel free to reopen the issue. |
Dear all,
this is a follow-up issue on #768 , or at least closely related. Basically, when initializing my multi-objective optimization experiment with some initial data, I observed that specified objective thresholds are not considered, and Ax still tries to infer them. For the sake of simplicity, find below a minimalistic example for reproducability. In this example, the initial data is forcefully configured in a way that it violates all objective thresholds and outcome constraints in order to show the problem. However, one can observe that the thresholds are inferred regardless of "valid" initial data or not.
Also, find below the stack trace:
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: