pub type BayesianOptResult<T> = Result<T, BayesianOptError>;Expand description
Result type for Bayesian optimization operations
Aliased Type§
pub enum BayesianOptResult<T> {
Ok(T),
Err(BayesianOptError),
}pub type BayesianOptResult<T> = Result<T, BayesianOptError>;Result type for Bayesian optimization operations
pub enum BayesianOptResult<T> {
Ok(T),
Err(BayesianOptError),
}