An open API service indexing awesome lists of open source software.

https://github.com/probcomp/smc.jl

A Julia implementation of generic sequential Monte Carlo (SMC) and conditional SMC.
https://github.com/probcomp/smc.jl

Last synced: about 1 month ago
JSON representation

A Julia implementation of generic sequential Monte Carlo (SMC) and conditional SMC.

Awesome Lists containing this project

README

          

# SMC

SMC.jl is a Julia implementation of generic sequential Monte Carlo and conditional sequential Monte Carlo.
The package also includes specialized algorithms for discrete HMMs.

WARNING: SMC.jl is unsupported research software.

## Installation

SMC.jl is not a publicly registered Julia package.
To install:
```
julia> Pkg.clone("git@github.com:probcomp/SMC.jl.git")
```

## To run tests:

```
julia> Pkg.test("SMC")
```