matthewjwoodruff / pareto.py

Nondominated sorting for multi-objective problems
GNU Lesser General Public License v3.0
114 stars 39 forks source link

Full ranking sort #14

Open matthewjwoodruff opened 11 years ago

matthewjwoodruff commented 11 years ago

The sort in the ensgaii paper provides a full ranking. This could be an option rather than returning the first rank as we do. Currently pareto.py is more a non-dominance filter than a true sort.

Nidish96 commented 5 years ago

Has there been any progress on this yet?