bandit_epsgreedy.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
65 SCIP_Real decayfactor, /**< the factor to reduce the weight of older observations if exponential decay is enabled */
Definition: memory.c:2470
Definition: struct_scip.h:59
type definitions for return codes for SCIP methods
Definition: struct_bandit.h:48
SCIP_DECL_BANDITSELECT(SCIPbanditSelectEpsgreedy)
Definition: bandit_epsgreedy.c:83
type definitions for SCIP's main datastructure
type definitions for bandit selection algorithms
SCIP_RETCODE SCIPbanditCreateEpsgreedy(BMS_BLKMEM *blkmem, BMS_BUFMEM *bufmem, SCIP_BANDITVTABLE *vtable, SCIP_BANDIT **epsgreedy, SCIP_Real *priorities, SCIP_Real eps, SCIP_Bool preferrecent, SCIP_Real decayfactor, int avglim, int nactions, unsigned int initseed)
Definition: bandit_epsgreedy.c:234
SCIP_DECL_BANDITRESET(SCIPbanditResetEpsgreedy)
Definition: bandit_epsgreedy.c:182
SCIP_DECL_BANDITUPDATE(SCIPbanditUpdateEpsgreedy)
Definition: bandit_epsgreedy.c:146
SCIP_RETCODE SCIPincludeBanditvtableEpsgreedy(SCIP *scip)
Definition: bandit_epsgreedy.c:330
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33
Definition: struct_bandit.h:38
memory allocation routines