evomatic.fitness.get_pareto_frontier(alloys: DataFrame, targets: dict, target_normalisation: dict) → list[bool][source] Obtains the Pareto frontier of a set of alloys. Parameters¶ alloys: DataFrame¶The current population of alloy candidates. targets: dict¶Dict of targets for maximisation and minimisation. target_normalisation: dict¶Dict of normalisation factors for each target. Last update: Dec 07, 2022