Many-Objective and Iteration Evaluation #561
Replies: 2 comments 1 reply
-
Hello everyone, I have been using the following commands to minimize the 5-objective problem using both NSGA3 (and NSGA2). I am tracking the best value of each function over iterations. However, I have noticed that the best value of objective does not seem to consider all previous generations when comparing. I expected the best value of each objective to show a downward trend. It shows that the best value after some generations appears to restart. Here's an example: Generation 1: Best_F: [0.00023328 0.00086596 0.00054079 0.01242588 0.01710647] Is this behavior normal? I would appreciate it if someone could help figure this out. Any assistance would be greatly appreciated. a part of my code: class MyOutput(Output):
|
Beta Was this translation helpful? Give feedback.
-
your code is not easy to follow. but are you basically talking about the ideal point in your population? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions