Multi-Armed Bandit Library v0.1

Bandit.Stochastic Namespace

Classes

ClassDescription
EpsilonDecreasingGamblerEpsilon decreasing gambler.
EpsilonFirstGamblerEpsilon first gambler.
EpsilonGreedyGamblerGreedy epsilon strategy.
Exp3Gambler The Exp3Gambler implements the exponential-weight for exploration and exploitation.
GamblerBaseBase stochastic gambler.
IntervalDrawGamblerInterval draw strategy.
IntervalEstimationGamblerInterval estimation gambler.
SoftmaxGamblerSoftmax strategy with Gibs distribution.
SoftMixGamblerSoftMix gambler.