Skip to content
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

sample pool instead of parameter space #431

Open
yhl48 opened this issue Aug 8, 2022 · 3 comments
Open

sample pool instead of parameter space #431

yhl48 opened this issue Aug 8, 2022 · 3 comments

Comments

@yhl48
Copy link

yhl48 commented Aug 8, 2022

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
Copy link
Collaborator

apaleyes commented Aug 9, 2022

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
Copy link
Author

yhl48 commented Aug 10, 2022

Hi, is the documentation for bandit available?

@apaleyes
Copy link
Collaborator

We don't have examples for it yet. There are a few tests that might help you understand the API a bit. Bandit was kindly implemented by @ekalosak , so I am tagging Eric here in case he has built something with emukit and bandits that can be shared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants