pub unsafe extern "C" fn SCIPcreateBanditEpsgreedy(
scip: *mut SCIP,
epsgreedy: *mut *mut SCIP_BANDIT,
priorities: *mut f64,
eps: f64,
usemodification: c_uint,
preferrecent: c_uint,
decayfactor: f64,
avglim: c_int,
nactions: c_int,
initseed: c_uint,
) -> SCIP_RETCODEExpand description
create and resets an epsilon greedy bandit algorithm