evomatic.fitness.is_pareto_efficient(costs) → list[bool][source] Finds the pareto-efficient points. Sourced from: https://stackoverflow.com/a/40239615 Parameters¶ costs¶An (n_points, n_costs) array Last update: Dec 07, 2022