Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ Obandit — Ocaml Multi-Armed Bandits
![release](https://img.shields.io/github/release/freuk/obandit.svg)
![downloads](https://img.shields.io/github/downloads/freuk/obandit/latest/total.svg)
![web](https://img.shields.io/website-up-down-green-red/http/freux.fr.svg)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffreuk%2Fobandit.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Ffreuk%2Fobandit?ref=badge_shield)

Obandit is a multi-armed bandit OCaml module. It supports the EXP, UCB and Epsilon-greedy family of algorithms.

See the Homepage: http://freux.fr/oss/obandit.html for documentation,
installation instructions and more.


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffreuk%2Fobandit.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Ffreuk%2Fobandit?ref=badge_large)