nds(P)

Non-domination sorting as described by NSGA-II algorithm.

Vous suivez désormais cette soumission

Implementation of Non-domination Sorting Genetic Algorithm NSGA-II as described in
K Deb, A Pratap, S Agarwal, T Meyarivan, "A fast and elitist multiobjective genetic algorithm: NSGA-II", IEEE Transactions on Evolutionary Computation, 2002.

Citation pour cette source

Simone (2026). nds(P) (https://fr.mathworks.com/matlabcentral/fileexchange/51142-nds-p), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

Inspiré par : Pareto filtering

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
2.0.0.0

Title changed
Crowding distance as described in the paper.
Small improvement as suggested by Michal Kvasnicka.
Explicit normalize_data.
Crowding distance added.
'pareto' function renamed to 'paretoFront'
[subfront, idx_tmp] = paretoFront(tmp);

1.0.0.0

Pareto filtering function renamed.

Checking for duplicates solutions.
Title fixed.
Added requirements.