Paret-Front set #377
-
Hi All, Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, @Matty19941373 I believe what you are looking for is exactly the results instance, of which the property F stores objective values, and X the decision variables. The definition of Pareto optimal solutions will usually be the same as non-dominated solutions. |
Beta Was this translation helpful? Give feedback.
-
Do you have a test problem? If yes, you can mathematically derive the Pareto set and Pareto Front. You can find some help in textbooks on how to do that. It can be challenging though depending on the functions. This is by the way what researchers have done for all test problems where we have a Pareto front available (in general but also in pymoo). Otherwise, you are asking a fundamental question in optimization: Have I really found the optimum? |
Beta Was this translation helpful? Give feedback.
Do you have a test problem? If yes, you can mathematically derive the Pareto set and Pareto Front. You can find some help in textbooks on how to do that. It can be challenging though depending on the functions. This is by the way what researchers have done for all test problems where we have a Pareto front available (in general but also in pymoo).
Otherwise, you are asking a fundamental question in optimization: Have I really found the optimum?
Because we can not answer this question, we are actually applying optimization in the first place.