obandit
Ocaml Multi-Armed Bandits
README
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.
Install
- Published
-
16 Mar 2018
- Authors
-
- Maintainers
-
Sources
Dependencies
Reverse Dependencies