multi objective Bayesian optimization #809
-
Does this package supports multi objective Bayesian optimization (MOBO)? If so is there a documentary or examples that can be used to understand how MOBO is applied using this pakckage? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
This tutorial may be helpful: https://botorch.org/tutorials/multi_objective_bo In addition, Ax, which uses BoTorch under the hood, may also be interesting: https://ax.dev/tutorials/multiobjective_optimization.html. You may prefer to use Ax if you're interested in optimizing some objective without dealing with all the details, and BoTorch if you're doing BO research / developing your own methods / need lots of customization etc. |
Beta Was this translation helpful? Give feedback.
This tutorial may be helpful: https://botorch.org/tutorials/multi_objective_bo
In addition, Ax, which uses BoTorch under the hood, may also be interesting: https://ax.dev/tutorials/multiobjective_optimization.html. You may prefer to use Ax if you're interested in optimizing some objective without dealing with all the details, and BoTorch if you're doing BO research / developing your own methods / need lots of customization etc.