pub_bandit_epsgreedy.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
61 SCIP_Real decayfactor, /**< the factor to reduce the weight of older observations if exponential decay is enabled */
SCIP_EXPORT SCIP_RETCODE SCIPcreateBanditEpsgreedy(SCIP *scip, 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:270
Definition: struct_scip.h:59
Definition: struct_bandit.h:48
type definitions for SCIP's main datastructure
type definitions for bandit selection algorithms
SCIP_EXPORT void SCIPsetEpsilonEpsgreedy(SCIP_BANDIT *epsgreedy, SCIP_Real eps)
Definition: bandit_epsgreedy.c:314
common defines and data types used in all packages of SCIP
SCIP_EXPORT SCIP_Real * SCIPgetWeightsEpsgreedy(SCIP_BANDIT *epsgreedy)
Definition: bandit_epsgreedy.c:301
Definition: objbenders.h:33