Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

bibliography extras/refs.bib
csl extras/acm.csl
link-citations true

hbandit

Safe multi-armed bandit implementations.

  • Eps-Greedy (fixed rate, inverse squared rate)
  • UCB family (UCB1, $\alpha$-UCB, $(\alpha,\phi)$-UCB) @bubeck2012regret
  • Exp3 (hyperparameter-free rate from @bubeck2012regret)
  • Exp4.R @sun2017safety

documentation

  nix-build /path/to/hbandit/or/url/to/tarball -A haskellPackages.hbandit.doc