scip_bandit.h File Reference
Detailed Description
public methods for bandit algorithms
Definition in file scip_bandit.h.
#include "scip/def.h"#include "scip/type_bandit.h"#include "scip/type_retcode.h"#include "scip/type_scip.h"Go to the source code of this file.
Functions | |
| SCIP_EXPORT 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_EXPORT SCIP_BANDITVTABLE * | SCIPfindBanditvtable (SCIP *scip, const char *name) |
| SCIP_EXPORT SCIP_RETCODE | SCIPfreeBandit (SCIP *scip, SCIP_BANDIT **bandit) |
| SCIP_EXPORT SCIP_RETCODE | SCIPresetBandit (SCIP *scip, SCIP_BANDIT *bandit, SCIP_Real *priorities, unsigned int seed) |
