public functions for bandit algorithms
Definition in file scip_bandit.c.
#include <assert.h>#include "scip/scip.h"#include "scip/set.h"#include "scip/bandit.h"#include "scip/struct_set.h"#include "scip/struct_scip.h"#include "scip/mem.h"Go to the source code of this file.
Functions | |
| SCIP_RETCODE | SCIPincludeBanditvtable (SCIP *scip, SCIP_BANDITVTABLE **banditvtable, const char *name, SCIP_DECL_BANDITFREE((*banditfree)), SCIP_DECL_BANDITSELECT((*banditselect)), SCIP_DECL_BANDITUPDATE((*banditupdate)), SCIP_DECL_BANDITRESET((*banditreset))) |
| SCIP_BANDITVTABLE * | SCIPfindBanditvtable (SCIP *scip, const char *name) |
| SCIP_RETCODE | SCIPresetBandit (SCIP *scip, SCIP_BANDIT *bandit, SCIP_Real *priorities, unsigned int seed) |
| SCIP_RETCODE | SCIPfreeBandit (SCIP *scip, SCIP_BANDIT **bandit) |