moead_framework.tool.mop.is_duplicated¶
-
moead_framework.tool.mop.
is_duplicated
(x, population, number_of_objective)[source]¶ Identify if the solution x is already in the population
- Parameters
number_of_objective – integer
x – {
OneDimensionSolution
}population – list<{
OneDimensionSolution
}>
- Returns
boolean