pub unsafe extern "C" fn SCIPcreateBanditUcb(
scip: *mut SCIP,
ucb: *mut *mut SCIP_BANDIT,
priorities: *mut f64,
alpha: f64,
nactions: c_int,
initseed: c_uint,
) -> SCIP_RETCODEExpand description
create and reset UCB bandit algorithm