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

Discrete variables optimization #122

Open
HolmKiilerich opened this issue Sep 7, 2020 · 2 comments
Open

Discrete variables optimization #122

HolmKiilerich opened this issue Sep 7, 2020 · 2 comments

Comments

@HolmKiilerich
Copy link

Hey there,
I found your project which seems promising for a problem, I am currently working on.
However, I as far as I can see, the option to include discrete variables in the optimization is not yet implemented?
Is this correct? and if so, are there any developement in this direction currently going on?

@sedenhazal
Copy link

Hi,

I have the same issue. Instead of using gpflowopt.domain.ContinuousParameter, I thought we can use gpflowopt.domain.Parameter for defining discrete variables. However, I could not understand how to use it.

@icouckuy
Copy link
Contributor

If the discrete variables are ordinal then you can treat them as continuous parameter for the modeling. When optimizing the acquisition function you can just evaluate the discrete parameter on a grid (if there are not that many values) or just round the optimum found by the scipy optimizer.

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

3 participants