Skip to main content

extract_pareto_frontier

Function extract_pareto_frontier 

Source
fn extract_pareto_frontier<'py>(
    py: Python<'py>,
    luts: Vec<i64>,
    power: Vec<f64>,
    score: Vec<f64>,
) -> PyResult<Py<PyAny>>
Expand description

Extract the non-dominated points from resource and score arrays.