33#ifndef __SCIP_PUB_BANDIT_H__
34#define __SCIP_PUB_BANDIT_H__
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPbanditUpdate(SCIP_BANDIT *bandit, int action, SCIP_Real score)
int SCIPbanditGetNActions(SCIP_BANDIT *bandit)
SCIP_RANDNUMGEN * SCIPbanditGetRandnumgen(SCIP_BANDIT *bandit)
SCIP_RETCODE SCIPbanditSelect(SCIP_BANDIT *bandit, int *action)
const char * SCIPbanditvtableGetName(SCIP_BANDITVTABLE *banditvtable)
public methods for the epsilon greedy bandit selector
public methods for Exp.3-IX
public methods for UCB bandit selection
type definitions for miscellaneous datastructures
enum SCIP_Retcode SCIP_RETCODE