24 #ifndef __SCIP_BANDIT_EPSGREEDY_H__ 25 #define __SCIP_BANDIT_EPSGREEDY_H__
SCIP_RETCODE SCIPbanditCreateEpsgreedy(BMS_BLKMEM *blkmem, BMS_BUFMEM *bufmem, SCIP_BANDITVTABLE *vtable, SCIP_BANDIT **epsgreedy, SCIP_Real *priorities, SCIP_Real eps, int nactions, unsigned int initseed)
internal methods for bandit algorithms
enum SCIP_Retcode SCIP_RETCODE
SCIP_DECL_BANDITSELECT(SCIPbanditSelectEpsgreedy)
SCIP_DECL_BANDITRESET(SCIPbanditResetEpsgreedy)
SCIP_DECL_BANDITUPDATE(SCIPbanditUpdateEpsgreedy)
SCIP_RETCODE SCIPincludeBanditvtableEpsgreedy(SCIP *scip)
SCIP_DECL_BANDITFREE(SCIPbanditFreeEpsgreedy)
struct BMS_BlkMem BMS_BLKMEM