Function generate_diverse_start_points

Source
pub fn generate_diverse_start_points(
    bounds: &[(f64, f64)],
    num_points: usize,
    strategy: StartPointStrategy,
) -> Vec<Array1<f64>> 
Expand description

Generate diverse starting points for multi-start optimization