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_RETCODE SCIPcreateBanditEpsgreedy (SCIP *scip, SCIP_BANDIT **epsgreedy, SCIP_Real *priorities, SCIP_Real eps, SCIP_Bool usemodification, SCIP_Bool preferrecent, SCIP_Real decayfactor, int avglim, int nactions, unsigned int initseed)
     
    SCIP_RealSCIPgetWeightsEpsgreedy (SCIP_BANDIT *epsgreedy)
     
    void SCIPsetEpsilonEpsgreedy (SCIP_BANDIT *epsgreedy, SCIP_Real eps)