fn extract_pareto_frontier<'py>( py: Python<'py>, luts: Vec<i64>, power: Vec<f64>, score: Vec<f64>, ) -> PyResult<Py<PyAny>>
Extract the non-dominated points from resource and score arrays.