You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: