package obandit

  1. Overview
  2. Docs
Ocaml Multi-Armed Bandits

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.38.tar.gz
md5=4196359be2872c1de87eac8b8de46cf8

Description

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: 07 Feb 2017

README

Obandit — Ocaml Multi-Armed Bandits

%%VERSION%%

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://git.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 or via odig doc obandit.

Sample programs

If you installed Obandit with opam sample programs are located in the directory opam var obandit:doc.

In the distribution sample programs and tests are located in the test directory of the distribution. They can be built and run with:

topkg build --tests true && topkg test 

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.