Yadong Zhang

Results 1 comments of Yadong Zhang

Hi, @efendiogulu I consider that the integer number can be written in your objective and constraints function, for example: ``` def obj(x): x_int = np.int32(x) # your objective function def...