Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    public functions for bandit algorithms

    Author
    Gregor Hendel

    Definition in file scip_bandit.c.

    #include "scip/bandit.h"
    #include "scip/pub_message.h"
    #include "scip/scip_bandit.h"
    #include "scip/scip_mem.h"
    #include "scip/scip_randnumgen.h"
    #include "scip/set.h"
    #include "scip/struct_scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeBanditvtable (SCIP *scip, SCIP_BANDITVTABLE **banditvtable, const char *name, SCIP_DECL_BANDITFREE((*banditfree)), SCIP_DECL_BANDITSELECT((*banditselect)), SCIP_DECL_BANDITUPDATE((*banditupdate)), SCIP_DECL_BANDITRESET((*banditreset)))
     
    SCIP_BANDITVTABLESCIPfindBanditvtable (SCIP *scip, const char *name)
     
    SCIP_RETCODE SCIPresetBandit (SCIP *scip, SCIP_BANDIT *bandit, SCIP_Real *priorities, unsigned int seed)
     
    SCIP_RETCODE SCIPfreeBandit (SCIP *scip, SCIP_BANDIT **bandit)