v0.2.2 2017-04-12 Grenoble
- Change opam file to point to github issues and pages.
- Add custom rule for building the documentation with mathjax as ocamlbuild plugin.
v0.2.1 2017-03-23 Grenoble
- Improve the doubling trick. If the observed value is larger than twice the range, we should do more than double the window.
- Documentation Fixes and use of Mathjax.
v0.2 2017-02-17 Grenoble
- Interface changes. Introducing immutable versions of the algorithms.
- Documentation overhaul with mathematical aspects.
- Use the formalism from S.Bubeck and N.Cesa-Bianchi's survey "Regret analysis of Stochastic and Nonstochastic Multi-Armed Bandit Problems".
v0.1.42 2017-02-10 Grenoble
- Change the doubling trick to a Range, add documentation.
v0.1.41 2017-02-08 Grenoble
- Implement the doubling trick with restarting.
v0.1.38 2017-02-07 Grenoble
v0.1.37 2017-02-06 Grenoble
v0.1.36 2017-02-06 Grenoble
v0.1.35 2017-02-06 Grenoble
v0.1.34 2017-02-06 Grenoble
v0.1.33 2017-02-06 Grenoble
v0.1.32 2017-02-06 Grenoble
- changes to contact information.
v0.1.31 2017-02-06 Grenoble
v0.1.3 2017-02-06 Grenoble
v0.1.2 2017-02-06 Grenoble
- Documentation bugfix two.
v0.1.1 2017-02-06 Grenoble
v0.1.0 2017-02-06 Grenoble
- First release with EXP3, UCB1, Epsilon Greedy.