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 am working with mixed-integer constrained problem with verbose active. When display information about the iteration, the integer parameters appear with the prefix np.float making impossible to read what is the sample point (see image below for further information.
The text was updated successfully, but these errors were encountered:
The conversion to print happens here. I guess, for some reason, calling str on the number doesn't output the actual value (though why it does for the float numbers, I don't know -- the printing should work the same way).
Do you have some short example that reproduces the problem? In e.g. the notebook it doesn't happen.
Hi,
I am working with mixed-integer constrained problem with verbose active. When display information about the iteration, the integer parameters appear with the prefix np.float making impossible to read what is the sample point (see image below for further information.
The text was updated successfully, but these errors were encountered: