pub fn gd(front: &[Vec<f64>], reference: &[Vec<f64>]) -> f64Expand description
Generational Distance: the mean Euclidean distance from each point of
front to its nearest neighbor in reference (Van Veldhuizen 1999).
Measures convergence only; NaN for an empty front.