Skip to main content

validate_bite_inputs

Function validate_bite_inputs 

Source
pub fn validate_bite_inputs(
    lower: &[f64],
    upper: &[f64],
    init: Option<&[f64]>,
    params: &BiteParams,
    depth: i32,
) -> Result<(), String>
Expand description

Validate the dimensions and numeric domain required by BiteOpt.