Clojure implentation of algorithms from Bandit Algorithms for Website Optimization
(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)
Copyright © 2013 John Midgley
Distributed under the Eclipse Public License, the same as Clojure.