Module type Obandit.RateBanditParam

module type RateBanditParam = sig .. end

Use to instanciate algorithms that need a parametrizable rate.


val k : int

The number of actions $K$ .

val rate : int -> float

The rate. Can be fixed or decaying.