Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    public methods for UCB bandit selection

    Author
    Gregor Hendel

    Definition in file pub_bandit_ucb.h.

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

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPcreateBanditUcb (SCIP *scip, SCIP_BANDIT **ucb, SCIP_Real *priorities, SCIP_Real alpha, int nactions, unsigned int initseed)
     
    SCIP_Real SCIPgetConfidenceBoundUcb (SCIP_BANDIT *ucb, int action)
     
    int * SCIPgetStartPermutationUcb (SCIP_BANDIT *ucb)