pub fn format_top_abs(
values: &Array1<f64>,
label: &str,
max_items: usize,
) -> StringExpand description
Diagnostic formatter shared across the outer optimizer and the custom-family
fitter: shows the max_items entries of values with largest absolute
value, formatted as label=[i:value, ...].