nds(P)

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

You are now following this Submission

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.

Cite As

Simone (2026). nds(P) (https://se.mathworks.com/matlabcentral/fileexchange/51142-nds-p), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: Pareto filtering

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes 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.