8.16.0.1
pareto-frontier
(require pareto-frontier) | package: pareto-frontier |
This library provides functions to compute the Pareto frontier set.
procedure
(pareto-frontier-3 xs first-key second-key third-key) → list? xs : list? first-key : (-> any/c any/c) second-key : (-> any/c any/c) third-key : (-> any/c any/c)
Computes the three dimensional Pareto frontier of xs
according to three objectives: first-key, second-key, and third-key.
In our formulation, if a is less then b, then a dominates b.
Example: