Skip to main content

optimize_bite

Function optimize_bite 

Source
pub fn optimize_bite(
    obj: &impl Objective,
    lower: &[f64],
    upper: &[f64],
    init: Option<&[f64]>,
    p: &BiteParams,
    m: i32,
) -> BiteResult
Expand description

Run BiteOpt on a bounded problem. m is the “deep” depth (number of populations); m <= 1 is a plain single-population run.