Skip to main content

percent_update

Function percent_update 

Source
fn percent_update(x: &[f64], x_prev: &[f64]) -> f64
Expand description

Percent update 100 * ||x - x_prev|| / ||x||.