jMetalPy icon indicating copy to clipboard operation
jMetalPy copied to clipboard

Semi Continuous Variable

Open vutle opened this issue 3 years ago • 1 comments

Hi nice looking library. How do you define Semi Continous Variable in JMetal? For example: X = 0 or [b, c]

or X = a or [b, c]

vutle avatar May 04 '21 03:05 vutle

I know we can define semi-continous with this constraint.

bz≤X≤cz, z∈{0,1}.

But how do we define a mixed variable problem?

A problem that contains Float, Integer and Binary.

Thanks,

vutle avatar May 04 '21 04:05 vutle