pub fn apply_bounds( individual: &mut Array1<f64>, bounds: &Option<(Array1<f64>, Array1<f64>)>, )
Apply bounds to a solution