Scippy

SCIP

Solving Constraint Integer Programs

pub_bandit_epsgreedy.h File Reference

Detailed Description

public methods for the epsilon greedy bandit selector

Author
Gregor Hendel

Definition in file pub_bandit_epsgreedy.h.

#include "scip/def.h"
#include "scip/type_scip.h"
#include "scip/type_bandit.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPcreateBanditEpsgreedy (SCIP *scip, SCIP_BANDIT **epsgreedy, SCIP_Real *priorities, SCIP_Real eps, SCIP_Bool preferrecent, SCIP_Real decayfactor, int avglim, int nactions, unsigned int initseed)
 
SCIP_EXPORT SCIP_RealSCIPgetWeightsEpsgreedy (SCIP_BANDIT *epsgreedy)
 
SCIP_EXPORT void SCIPsetEpsilonEpsgreedy (SCIP_BANDIT *epsgreedy, SCIP_Real eps)