public methods for UCB bandit selection
Definition in file pub_bandit_ucb.h.
#include "scip/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) |