Liking cljdoc? Tell your friends :D

anglican.siman

MAP estimation via Simulated Annealing Options: :cooling-rate (0.99 by default) - cooling rate, should less than 1 :cooling-schedule (:exponential by default) - cooling schedule, :exponential or :lundy-mees :predict-candidates (false by default) - output all samples rather than those with increasing log-weight

MAP estimation via Simulated Annealing
Options:
  :cooling-rate (0.99 by default)
     - cooling rate, should less than 1
  :cooling-schedule (:exponential by default)
     - cooling schedule, :exponential or :lundy-mees
  :predict-candidates (false by default)
     - output all samples rather than those with increasing
       log-weight
raw docstring

->entryclj/s≠

(->entry choice-id value cont)
clj

Positional factory function for class anglican.siman.entry.

Positional factory function for class anglican.siman.entry.
cljs

Positional factory function for anglican.siman/entry.

Positional factory function for anglican.siman/entry.
sourceraw docstring

add-trace-predictclj/s

(add-trace-predict state)

adds trace as a predict

adds trace as a predict
sourceraw docstring

choice-idclj/s

(choice-id smp state)

returns a unique idenditifer for sample checkpoint and the updated state

returns a unique idenditifer for sample checkpoint
and the updated state
sourceraw docstring

entrycljs

source

initial-stateclj/s

initial state for PGibbs protocol

initial state for PGibbs protocol
sourceraw docstring

map->entryclj/s≠

clj
(map->entry m__7585__auto__)

Factory function for class anglican.siman.entry, taking a map of keywords to field values.

Factory function for class anglican.siman.entry, taking a map of keywords to field values.
cljs
(map->entry G__25362)

Factory function for anglican.siman/entry, taking a map of keywords to field values.

Factory function for anglican.siman/entry, taking a map of keywords to field values.
sourceraw docstring

next-stateclj/s

(next-state state entry)

produces next state given current state and the trace entry to resample

produces next state given current state
and the trace entry to resample
sourceraw docstring

next-temperatureclj/smultimethod

returns decreased temperature

returns decreased temperature
sourceraw docstring

rdbclj/s

(rdb trace)

creates random database from trace

creates random database from trace
sourceraw docstring

record-choiceclj/s

(record-choice state choice-id value cont)

records random choice in the state

records random choice in the state
sourceraw docstring

utilityclj/s

(utility state T)

compute utility of state at current temperature

compute utility of state at current temperature
sourceraw docstring

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

× close