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

define the parameter range consisting of two parts #578

Open
gregLauren opened this issue Jun 30, 2023 · 1 comment
Open

define the parameter range consisting of two parts #578

gregLauren opened this issue Jun 30, 2023 · 1 comment

Comments

@gregLauren
Copy link

Hi there,

I know how to define the parameter set with single interval:
problem = {
'num_vars': 2,
'names': ['a','b'],
'bounds': [[0.0001, 1.07],
[0.0001, 10]]
}
but what if the parameter has two or more intervals, say, a is from [0,1] U [4,7]

@tupui
Copy link
Member

tupui commented Jun 30, 2023

Hi @gregLauren thank you for reporting.

Non rectangular domain are not really supported for now I would say.

I am not sure about adding some API to do that. I would probably push for passing pre-defined samples.

Curious to read other thoughts there 😃

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