pub unsafe extern "C" fn SCIPcreateBanditExp3(
scip: *mut SCIP,
exp3: *mut *mut SCIP_BANDIT,
priorities: *mut f64,
gammaparam: f64,
beta: f64,
nactions: c_int,
initseed: c_uint,
) -> SCIP_RETCODEExpand description
creates and resets an Exp.3 bandit algorithm using \p scip pointer