33#ifndef SRC_SCIP_PUB_BANDIT_EPSGREEDY_H_
34#define SRC_SCIP_PUB_BANDIT_EPSGREEDY_H_
67 SCIP_Real* priorities,
69 SCIP_Bool usemodification,
70 SCIP_Bool preferrecent,
71 SCIP_Real decayfactor,
common defines and data types used in all packages of SCIP
void SCIPsetEpsilonEpsgreedy(SCIP_BANDIT *epsgreedy, SCIP_Real eps)
SCIP_Real * SCIPgetWeightsEpsgreedy(SCIP_BANDIT *epsgreedy)
SCIP_RETCODE SCIPcreateBanditEpsgreedy(SCIP *scip, SCIP_BANDIT **epsgreedy, SCIP_Real *priorities, SCIP_Real eps, SCIP_Bool usemodification, SCIP_Bool preferrecent, SCIP_Real decayfactor, int avglim, int nactions, unsigned int initseed)
type definitions for bandit selection algorithms
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure