pub fn check_convergence(
old_params: &ArrayView1<'_, f64>,
new_params: &ArrayView1<'_, f64>,
tolerance: f64,
) -> boolExpand description
Check convergence based on parameter change
pub fn check_convergence(
old_params: &ArrayView1<'_, f64>,
new_params: &ArrayView1<'_, f64>,
tolerance: f64,
) -> boolCheck convergence based on parameter change