Liking cljdoc? Tell your friends :D

anglican.ais

Annealed Importance Sampling Options: :number-of-steps (1 by default) - number of interpolation steps to perform :start-exponent (0 by default) - initial exponent in the cooling schedule :end-exponent (1 by default) - final exponent in the cooling schedule

Annealed Importance Sampling
Options:
  :number-of-steps (1 by default)
     - number of interpolation steps to perform
  :start-exponent (0 by default)
     - initial exponent in the cooling schedule
  :end-exponent (1 by default)
     - final exponent in the cooling schedule
raw docstring

annealclj

(anneal prog value exponents)

performs a single annealed importance sampling sweep

performs a single annealed importance sampling sweep
raw docstring

linspaceclj

(linspace start end size)

returns a equally spaced sequence of points

returns a equally spaced sequence of points
raw docstring

utilityclj

(utility state exponent)

computes state utility, used to determine the acceptance log-probability as (next-utility - prev-utility)

computes state utility, used to determine
the acceptance log-probability as (next-utility - prev-utility)
raw docstring

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

× close