pub fn optimize_bite(
obj: &impl Objective,
lower: &[f64],
upper: &[f64],
init: Option<&[f64]>,
p: &BiteParams,
m: i32,
) -> BiteResultExpand description
Run BiteOpt on a bounded problem. m is the “deep” depth (number of
populations); m <= 1 is a plain single-population run.