module type AlphaPhiUCBParam =sig..end
Use to instanciate a Bandit from MakeAlphaPhiUCB by giving $\alpha$ and $\phi$.
val k : intThe number of actions $ K $ .
val alpha : floatThe $ \alpha $ parameter.
val invLFPhi : float -> floatThe inverse of the Legendre-Fenchel transform of $ \psi $.