sample pool instead of parameter space
yhl48 opened this issue · 3 comments
yhl48 commented
Knowing that the target sample exists in an initial sample pool, I want to select samples from the initial sample pool in each iteration, is it possible to do that with emukit? The samples are continuous, but rather than defining a bound I would like to provide a list of the samples. Thanks.
apaleyes commented
Hi! Categorical and bandit parameters come to mind. Defining the list of samples as one of these is the closest Emukit could probably do out of the box. Would that work for you?
yhl48 commented
Hi, is the documentation for bandit available?