zbroyar / multiarmed

Epsilon-greedy solution to the multiarmed-bandit problem, with recency bias

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an OCaml library that provides an implementation of the epsilon-greedy solution to the multiarmed-bandit problem, using exponential moving averages for a faster adaptation to new trends.

Practical use: finding out which variant of a user interface is most often successful while maximizing the overall success rate as the system is learning.

See also:

Installation:

$ make
$ make install

Uninstallation:

$ make uninstall

About

Epsilon-greedy solution to the multiarmed-bandit problem, with recency bias

License:Other


Languages

Language:OCaml 100.0%