Skip to main content

format_top_abs

Function format_top_abs 

Source
pub fn format_top_abs(
    values: &Array1<f64>,
    label: &str,
    max_items: usize,
) -> String
Expand 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, ...].