Algorithm not converging even though solution is not infeasible #468
-
|
I am using pymoo to do binary integer programming with multiple objectives. I am checking infeasibility using the code |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You would have to define the axis as well when using |
Beta Was this translation helpful? Give feedback.
You would have to define the axis as well when using
np.any. You can also directly useCV, e.g.np.any(res.CV > 0, axis=1)