pymoo icon indicating copy to clipboard operation
pymoo copied to clipboard

AssertionError: This implementation of MOEAD does not support any constraints.

Open niurencheng opened this issue 1 year ago • 1 comments

AssertionError: This implementation of MOEAD does not support any constraints. hello,How to deal with this?

In pymoo, what algorithm can be selected to solve multi-objective optimization (with constraints), other than GA-related algorithms? Thanks

niurencheng avatar Feb 23 '24 07:02 niurencheng

NSGA-II and NSGA-III both support constraints.

MOEAD does not because the original paper did not propose a constraint handling approach. I know some papers have propsed an extension. If there is one that robustly works, fee free to contribute to pymoo and push a PR.

blankjul avatar Feb 26 '24 02:02 blankjul