pub unsafe extern "C" fn SCIPbanditUpdate(
bandit: *mut SCIP_BANDIT,
action: c_int,
score: f64,
) -> SCIP_RETCODEExpand description
update the score of the selected action
pub unsafe extern "C" fn SCIPbanditUpdate(
bandit: *mut SCIP_BANDIT,
action: c_int,
score: f64,
) -> SCIP_RETCODEupdate the score of the selected action