pub fn igd(front: &[Vec<f64>], reference: &[Vec<f64>]) -> f64Expand description
Inverted Generational Distance: the mean Euclidean distance from each
reference point to its nearest neighbor in front. Measures both
convergence and coverage; NaN for an empty reference set. Sensitive to
the reference-front resolution — prefer igd_plus for algorithm
comparisons.