pub fn validate_bite_inputs( lower: &[f64], upper: &[f64], init: Option<&[f64]>, params: &BiteParams, depth: i32, ) -> Result<(), String>
Validate the dimensions and numeric domain required by BiteOpt.