/bandits

Clojure implementation of various multi-arm bandits

Primary LanguageClojure

bandits

Clojure implentation of algorithms from Bandit Algorithms for Website Optimization

Usage

(ns memebrane.algorithms.mab.charts)  

(plot-epsilon-comparison @epsilon-comparison)  
(plot-softmax-comparison @softmax-comparison)  
(plot-annealing-softmax-comparison @annealing-softmax-comparison)  
(plot-ucb-comparison @ucb-comparison)  

License

Copyright © 2013 John Midgley

Distributed under the Eclipse Public License, the same as Clojure.