24 #ifndef __SCIP_PUB_BANDIT_H__ 25 #define __SCIP_PUB_BANDIT_H__ public methods for the epsilon greedy bandit selector
SCIP_RETCODE SCIPbanditSelect(SCIP_BANDIT *bandit, int *action)
const char * SCIPbanditvtableGetName(SCIP_BANDITVTABLE *banditvtable)
enum SCIP_Retcode SCIP_RETCODE
SCIP_RETCODE SCIPbanditUpdate(SCIP_BANDIT *bandit, int action, SCIP_Real score)
int SCIPbanditGetNActions(SCIP_BANDIT *bandit)
SCIP_RANDNUMGEN * SCIPbanditGetRandnumgen(SCIP_BANDIT *bandit)
common defines and data types used in all packages of SCIP
public methods for UCB bandit selection