pub_bandit_exp3.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
65 SCIP_Real gammaparam, /**< weight between uniform (gamma ~ 1) and weight driven (gamma ~ 0) probability distribution */
75 SCIP_Real gammaparam /**< weight between uniform (gamma ~ 1) and weight driven (gamma ~ 0) probability distribution */
78 /** set beta parameter of Exp.3 bandit algorithm to increase gain offset for actions that were not played */
Definition: struct_scip.h:58
SCIP_EXPORT void SCIPsetGammaExp3(SCIP_BANDIT *exp3, SCIP_Real gammaparam)
Definition: bandit_exp3.c:327
SCIP_EXPORT SCIP_RETCODE SCIPcreateBanditExp3(SCIP *scip, SCIP_BANDIT **exp3, SCIP_Real *priorities, SCIP_Real gammaparam, SCIP_Real beta, int nactions, unsigned int initseed)
Definition: bandit_exp3.c:301
SCIP_EXPORT void SCIPsetBetaExp3(SCIP_BANDIT *exp3, SCIP_Real beta)
Definition: bandit_exp3.c:340
type definitions for return codes for SCIP methods
Definition: struct_bandit.h:48
type definitions for SCIP's main datastructure
type definitions for bandit selection algorithms
SCIP_EXPORT SCIP_Real SCIPgetProbabilityExp3(SCIP_BANDIT *exp3, int action)
Definition: bandit_exp3.c:353
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33