33#ifndef __SCIP_BANDIT_EXP3_H__
34#define __SCIP_BANDIT_EXP3_H__
SCIP_RETCODE SCIPbanditCreateExp3(BMS_BLKMEM *blkmem, BMS_BUFMEM *bufmem, SCIP_BANDITVTABLE *vtable, SCIP_BANDIT **exp3, SCIP_Real *priorities, SCIP_Real gammaparam, SCIP_Real beta, int nactions, unsigned int initseed)
SCIP_RETCODE SCIPincludeBanditvtableExp3(SCIP *scip)
common defines and data types used in all packages of SCIP
memory allocation routines
struct BMS_BufMem BMS_BUFMEM
struct BMS_BlkMem BMS_BLKMEM
type definitions for bandit selection algorithms
#define SCIP_DECL_BANDITUPDATE(x)
#define SCIP_DECL_BANDITFREE(x)
struct SCIP_Bandit SCIP_BANDIT
#define SCIP_DECL_BANDITSELECT(x)
struct SCIP_BanditVTable SCIP_BANDITVTABLE
#define SCIP_DECL_BANDITRESET(x)
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure