Find multi-objective Pareto front using modified quicksort

This function returns the indices to the Pareto optimal set of designs for a given multi-objective solution space

You are now following this Submission

This function returns the indices to a given matrix corresponding to the pareto optimal set of designs. The underlying algorithm of this function is based on quicksort, and similarly achieves an expected run-time of O(n lg n + n_p) for n designs (n_p of which are pareto optimal) with a favorable leading coefficient. Its implementation is vectorized where possible, and supports any data type defined under <,>,or min().

Cite As

Tom R (2026). Find multi-objective Pareto front using modified quicksort (https://www.mathworks.com/matlabcentral/fileexchange/73089-find-multi-objective-pareto-front-using-modified-quicksort), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with R2010b and later releases

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0