package obandit

  1. Overview
  2. Docs

Description

DOI

Obandit is an OCaml module for basic multi-armed bandits. It supports the EXP3, UCB1 and Epsilon-greedy algorithms.

Obandit is distributed under the ISC license.

Published: 15 Apr 2017

README

Obandit — Ocaml Multi-Armed Bandits

Obandit is an OCaml module for basic multi-armed bandits. It supports the EXP3, UCB1 and Epsilon-greedy algorithms.

Obandit is distributed under the ISC license.

Homepage: http://freux.fr/obandit

Installation

Obandit can be installed with opam:

opam install obandit

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is generated from the source interfaces. It can be consulted online.

Dependencies (5)

  1. batteries
  2. topkg build
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.01.0" & < "5.0.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.