package obandit

  1. Overview
  2. Docs

Module type Obandit.AlphaPhiUCBParamSource

Use to instanciate a Bandit from MakeAlphaPhiUCB by giving $\alpha$ and $\phi$.

Sourceval k : int

The number of actions $ K $ .

Sourceval alpha : float

The number of actions $ K $ .

The $ \alpha $ parameter.

Sourceval invLFPhi : float -> float

The $ \alpha $ parameter.

The inverse of the Legendre-Fenchel transform of $ \psi $.