thieu1995/mealpy

Want to increase the non-dominated sorting for multi-objectives

zhongdsj opened this issue · 0 comments

Description

In multi-objective optimization, the non-dominant solution sort is used instead of the current weight to sort the fitness value of the solution.It can be added to the get_sorted_population() method in the base class optimizer.

Additional Information

No response