jMetal / jMetal

jMetal: a framework for multi-objective optimization with metaheuristics
https://jmetal.readthedocs.io/en/latest/index.html
MIT License
512 stars 403 forks source link

Quality Indicators: synonyms #257

Closed vsantjr closed 6 years ago

vsantjr commented 6 years ago

Hello,

Just to be sure, are these quality indicators provided by jMetal synonyms of other terms found in the literature?

Spread/Gspread (jMetal) = Uniform distribution of a non-dominated population (UD). Ref: Srinivas & Deb, 1994

Error Ratio (jMetal) = Ratio of non-dominated individuals (RNI). Ref: Tan et al., 2002

Thanks.

vinixnan commented 6 years ago

@vsantjr

These metrics are not synonyms

See Consistencies and contradictions of performance metrics in multiobjective optimization, Jiang et al 2014, IEEE Trans. on Evolutionary

Performance Metrics Ensemble for Multiobjective Evolutionary Algorithms, Yen and He, 2013, IEEE Trans. on Evolutionary

vsantjr commented 6 years ago

Thanks vinixnan.