33#ifndef SRC_SCIP_PUB_BANDIT_EXP3_H_
34#define SRC_SCIP_PUB_BANDIT_EXP3_H_
73 SCIP_Real* priorities,
common defines and data types used in all packages of SCIP
void SCIPsetGammaExp3(SCIP_BANDIT *exp3, SCIP_Real gammaparam)
SCIP_RETCODE SCIPcreateBanditExp3(SCIP *scip, SCIP_BANDIT **exp3, SCIP_Real *priorities, SCIP_Real gammaparam, SCIP_Real beta, int nactions, unsigned int initseed)
void SCIPsetBetaExp3(SCIP_BANDIT *exp3, SCIP_Real beta)
SCIP_Real SCIPgetProbabilityExp3(SCIP_BANDIT *exp3, int action)
type definitions for bandit selection algorithms
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure