Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    public methods for bandit algorithms

    Author
    Gregor Hendel

    Definition in file pub_bandit.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_RANDNUMGENSCIPbanditGetRandnumgen (SCIP_BANDIT *bandit)
     
    int SCIPbanditGetNActions (SCIP_BANDIT *bandit)