public methods for Exp.3
Definition in file pub_bandit_exp3.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPcreateBanditExp3 (SCIP *scip, SCIP_BANDIT **exp3, SCIP_Real *priorities, SCIP_Real gammaparam, SCIP_Real beta, int nactions, unsigned int initseed) |
void | SCIPsetGammaExp3 (SCIP_BANDIT *exp3, SCIP_Real gammaparam) |
void | SCIPsetBetaExp3 (SCIP_BANDIT *exp3, SCIP_Real beta) |
SCIP_Real | SCIPgetProbabilityExp3 (SCIP_BANDIT *exp3, int action) |