pub fn optimize<F>(
algorithm: &str,
objective_function: F,
n_objectives: usize,
n_variables: usize,
config: Option<MultiObjectiveConfig>,
) -> Result<MultiObjectiveResult, OptimizeError>
Expand description
Convenience function to optimize using any algorithm by name