Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

design variables consisting of both continuous and discrete integer variables #347

Open
AmosJoseph opened this issue Oct 15, 2020 · 4 comments

Comments

@AmosJoseph
Copy link

Excuse me,How do GPyOpt deal with design variables consisting of both continuous and discrete integer variables,is GPyOpt efficient?

Best!

@apaleyes
Copy link
Collaborator

Can you be a bit more specific? GPyOpt can handle mixed domains (see this example), but it isn't clear what exactly is meant by "efficient" in your question.

@AmosJoseph
Copy link
Author

Many thanks for your reply!

Can the problem with design variables consisting of both continuous(only one) and discrete integer variables(>5 and <18) be effectively solved,and moreover with acceptable time and computation cost?

Best!

@apaleyes
Copy link
Collaborator

This is still very broad to be answered precisely.

GPyOpt can certainly handled mixed domains. But optimizers we use are more or less standard, not specifically geared to concrete use cases. So the best way to answer your question is experiment and see if performance meets requirements in your specific case.

To the best of my knowledge GPyOpt doesn't have any special techniques. I thought we had this paper's implementation in, but can't locate it right now. @javiergonzalezh did we ever had it pushed? Is it in some obscure branch? That's the only thing that comes to mind.

@javiergonzalezh
Copy link
Member

javiergonzalezh commented Oct 16, 2020 via email

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

No branches or pull requests

3 participants