pub fn local_search_1d<F>( config: LocalSearchConfig, objective: F, ) -> Result<LocalSearchResult, LocalSearchError>where F: Fn(f64) -> f64,