Liking cljdoc? Tell your friends :D

bandit.algo.bayes

Bayesian Bandit algorithm

Bayesian Bandit algorithm
raw docstring

estimate-valueclj

(estimate-value {:keys [pulls value prior] :as arm})

rewardclj

(reward arm reward)

select-armclj

(select-arm arms)

Returns the arm that should be pulled. Arm records should have a :prior value (assumed to be 1.0 if no prior set).

Returns the arm that should be pulled. Arm records should have
a :prior value (assumed to be 1.0 if no prior set).
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close