Liking cljdoc? Tell your friends :D

bandit.algo.softmax

Softmax algorithm

Softmax algorithm
raw docstring

pclj

(p temperature z value)

probabilitiesclj

(probabilities temperature arms)

probabilityclj

(probability temperature {:keys [value] :as arm} arms)

select-armclj

(select-arm temperature arms)
(select-arm temperature rand-val arms)

selects the arm to pull. a higher temperature causes the algorithm to favour experimentation. 0 < temperature < 1.

selects the arm to pull. a higher temperature causes the algorithm to
favour experimentation. 0 < temperature < 1.
raw docstring

zclj

(z temperature values)

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

× close