Scippy

SCIP

Solving Constraint Integer Programs

Detailed Description

public methods for Exp.3

Author
Gregor Hendel

Definition in file pub_bandit_exp3.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_EXPORT SCIP_RETCODE SCIPcreateBanditExp3 (SCIP *scip, SCIP_BANDIT **exp3, SCIP_Real *priorities, SCIP_Real gammaparam, SCIP_Real beta, int nactions, unsigned int initseed)
 
SCIP_EXPORT void SCIPsetGammaExp3 (SCIP_BANDIT *exp3, SCIP_Real gammaparam)
 
SCIP_EXPORT void SCIPsetBetaExp3 (SCIP_BANDIT *exp3, SCIP_Real beta)
 
SCIP_EXPORT SCIP_Real SCIPgetProbabilityExp3 (SCIP_BANDIT *exp3, int action)