I am a beginner when it comes to python and especially to Optimization. I have looked through the pymoo docs and they seem quite confusing. How would I find the most efficient results from points with three values each. Pymoo has these things called "problems" and I am confused on how I would make one. Can anyone explain simply (any help would be appreciated) Thanks
Asked
Active
Viewed 202 times
2
-
1Please explain your problem in a more detailed way. What optimization problem are you going to solve in pymoo? – furious_bilbo Jul 26 '21 at 06:48
-
@alisher592 I have a set of data points with three values each and would like to know the most optimal ones (maximizing) – daawesomeguy Jul 26 '21 at 11:22
-
have you formulated an objective function and constraints? – furious_bilbo Aug 30 '21 at 07:01