package obandit

  1. Overview
  2. Docs

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

val k : int

The number of actions $ K $ .

val alpha : float

The number of actions $ K $ .

The $ \alpha $ parameter.

val invLFPhi : float -> float

The $ \alpha $ parameter.

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