pub fn calculate_convergence(
pareto_front: &[MultiObjectiveSolution],
true_pareto_front: &[MultiObjectiveSolution],
) -> f64
Expand description
Calculate convergence metric (average distance to true Pareto front)
pub fn calculate_convergence(
pareto_front: &[MultiObjectiveSolution],
true_pareto_front: &[MultiObjectiveSolution],
) -> f64
Calculate convergence metric (average distance to true Pareto front)