-
Notifications
You must be signed in to change notification settings - Fork 319
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
Questions about multi-objective optimization. #185
Comments
Hi, There is an objetive function class named https://ax.dev/api/core.html?highlight=scalarized%20objective#ax.core.objective.ScalarizedObjective Indeed, you could also change the weights of each of the objectives whenever you desired to by accessing them from the experiment configuration in the squence generator or in the experiment directly. Take a look to the "Human in the loop tutorial" to see the change in action. In the tutorial:
where they change the objective for the generator of new points to evaluate. |
Hey there! Thanks for the answer, @BCJuan! Typically, our users deal with multiple-objective optimization by specifying both an In that tutorial, we don't actually use If you would prefer to use |
Hi, newbie here!
I have a question about Multi-objective optimization mentioned here.
Does Ax have the ability to simultaneously optimize more than one objectives? If so, how do I achieve that? Is there any suggestions/tutorials?
The text was updated successfully, but these errors were encountered: