package obandit

  1. Overview
  2. Docs

Module type Obandit.RateBanditParamSource

Use to instanciate algorithms that need a parametrizable rate.

Sourceval k : int

The number of actions $K$ .

Sourceval rate : int -> float

The number of actions $K$ .

The rate. Can be fixed or decaying.