package obandit

  1. Overview
  2. Docs
Ocaml Multi-Armed Bandits

Install

dune-project
 Dependency

Authors

Maintainers

Sources

obandit-0.3.4.tbz
sha256=0a84abe0b800b06a14b302e632403950e9552d9fc0b5b2cf09d7262a4ddad7dd
md5=f5aa2c86eb25d4fad308d3de0dbc9288

doc/obandit/Obandit/module-type-RateBanditParam/index.html

Module type Obandit.RateBanditParam

Use to instanciate algorithms that need a parametrizable rate.

val k : int

The number of actions $K$ .

val rate : int -> float

The number of actions $K$ .

The rate. Can be fixed or decaying.

OCaml

Innovation. Community. Security.