Skip to main content

pareto_frontier

Function pareto_frontier 

Source
pub fn pareto_frontier(results: &[PolicyRunResult]) -> Vec<&PolicyRunResult>
Expand description

Drop dominated points and return references to the frontier.

Stable in input order among surviving points so downstream callers can render the frontier with policy labels intact.