= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The Non_interruptible
module exposes an implementation of Sequential Monte-Carlo that terminates when all particles terminate. Only use when the probabilistic program terminates almost surely!
val run :
?resampling:resampling_strategy ->
int ->
'a t ->
RNG.t ->
('a * Log_space.t) list
run ?resampling npart model rng_state
runs sequential Monte-Carlo with npart
initial particles. resampling
defaults to systematic_resampling
.