Compute dominate points

Version 1.1.0.0 (996 Bytes) by Maurel
the function returns the Pareto points of a set of solutions for a multi-objective optimization
309 Downloads
Updated 19 Aug 2015

View License

Computes the Pareto points for a given sample and returns the indices of the points as well as the positions.

Cite As

Maurel (2024). Compute dominate points (https://www.mathworks.com/matlabcentral/fileexchange/52340-compute-dominate-points), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

[dominants, dompos, ndompos] = faster_pareto2(sample); the function returns the dominants indices (dompos) as well as the non dominants indices (ndompos) of the given sample (sample)

1.0.0.0