Need to know about how to use population input in my code #502
Unanswered
RafaHPSUnicamp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am need of a help.
My code is to maximize the profit and minimize the area, which is the sum of Xs. The X are the áreas, and 4 of them are free to use, and the other 4 have a cost to use, and have less productivity as the first 7.
I have 8 output variables of X. However, I need that my code create a population in Pymoo that first check the first 4. That code is it:
So, what changes in population (and in the code) I have to do, to ensure that code will priorize the first X0 to X3, and use the other 4 after (X4 to X7). Also, how the choice of individuals of population works in Pymoo. Anyone can help?
I think I have doubts about how population works in Pymoo, related to code also.
Beta Was this translation helpful? Give feedback.
All reactions