rustmc_core 0.6.0

High-performance probabilistic inference engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rustmc_core"
version = "0.6.0"
edition = "2021"
description = "High-performance probabilistic inference engine"
license = "MIT"
repository = "https://github.com/tbosier/rustmc"
documentation = "https://github.com/tbosier/rustmc#readme"
readme = "../README.md"

[dependencies]
rayon = "1"
rand = "0.8"
rand_chacha = "0.3"
rand_distr = "0.4"
ndarray = "0.16"
faer = { version = "0.19", features = ["rayon"] }