package obandit

  1. Overview
  2. Docs
Ocaml Multi-Armed Bandits

Install

Dune Dependency

Authors

Maintainers

Sources

obandit-0.3.4.tbz
md5=f5aa2c86eb25d4fad308d3de0dbc9288

Description

release downloads web

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: 16 Mar 2018

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/oss/obandit.html

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 (6)

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

Dev Dependencies

None

Used by

None

Conflicts

None