pub_bandit.h File Reference
Detailed Description
public methods for bandit algorithms
Definition in file pub_bandit.h.
#include "scip/def.h"#include "scip/pub_bandit_epsgreedy.h"#include "scip/pub_bandit_exp3.h"#include "scip/pub_bandit_exp3ix.h"#include "scip/pub_bandit_ucb.h"#include "scip/type_misc.h"Go to the source code of this file.
Functions | |
| SCIP_RETCODE | SCIPbanditSelect (SCIP_BANDIT *bandit, int *action) |
| SCIP_RETCODE | SCIPbanditUpdate (SCIP_BANDIT *bandit, int action, SCIP_Real score) |
| const char * | SCIPbanditvtableGetName (SCIP_BANDITVTABLE *banditvtable) |
| SCIP_RANDNUMGEN * | SCIPbanditGetRandnumgen (SCIP_BANDIT *bandit) |
| int | SCIPbanditGetNActions (SCIP_BANDIT *bandit) |
