Acquiring data from a dataset for a MOBO process #1917
Replies: 1 comment 4 replies
-
Some options would include:
|
Beta Was this translation helpful? Give feedback.
-
Some options would include:
|
Beta Was this translation helpful? Give feedback.
-
I'm doing a MOBO development, and we have a dataset with a bunch of samples.
I'd like for the BO loop to propose samples from the dataset before starting to propose new samples that are not in the dataset (the creation of new samples is really expensive, it requires a bunch of physics experiments to be done).
I've already done something similar for a single objective BO with MaxPosteriorSampling, but that doesn't work for 2 objectives. Is there any function that is able to draw samples from a dataset with 2 objectives to maximize? Or any way to adapt the functions already in BoTorch for that purpose?
Edit: the error I get when I use MaxPosteriorSampling is:
Beta Was this translation helpful? Give feedback.
All reactions