Replies: 1 comment
-
How many constraints are we speaking about? Look for the definition of G1 for example:
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you very much to develop Pymoo, which is a great framework to work on multi-objective optimization and most of information are well documented. However, there is a problem that I couldn't find, which is "how to define several constraints efficiently".
In this example, there are total J numbers of g sub j of x constraints. It is not possible to define it one by one if J is large. Is there any way to do it efficiently in Pymoo?
Beta Was this translation helpful? Give feedback.
All reactions