issues
search
rlouf
/
mcx
Express & compile probabilistic programs for performant inference on CPU & GPU. Powered by JAX.
https://rlouf.github.io/mcx
Apache License 2.0
324
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump black from 20.8b1 to 24.3.0
#113
dependabot[bot]
opened
7 months ago
0
Use single dispatch instead of `isinstance` in the parser
#112
rlouf
opened
2 years ago
0
Add InverseGamma distribution
#108
zoj613
closed
3 years ago
1
Online display of divergences
#107
rlouf
closed
3 years ago
0
Make the predictive function work with keyword arguments
#106
rlouf
closed
3 years ago
0
Bugfix for poisson distribution
#105
mkretsch327
closed
3 years ago
5
Bugfix: Poisson logpdf correctness at x=0
#104
mkretsch327
closed
3 years ago
1
Implement a do operator
#103
elanmart
opened
3 years ago
1
generative_function is broken for models with non-optional args
#102
elanmart
closed
3 years ago
10
logpdf cannot handle more than 3 RVs
#101
elanmart
closed
3 years ago
4
Add HalfNormal distribution
#100
shwinnn
closed
3 years ago
6
bump to jax 0.2.10
#99
rlouf
closed
3 years ago
1
Save the kernel parameters after warmup
#98
rlouf
opened
3 years ago
0
Fix/Updates to Gamma and Poisson Distributions
#91
mkretsch327
closed
3 years ago
4
Incorrect results when sampling from the prior
#90
elanmart
opened
3 years ago
13
Replace <~ and improve the interface
#89
rlouf
closed
3 years ago
1
enforce the argument position when compiling
#88
rlouf
closed
3 years ago
0
return trace on KeyboardInterrupt during interactive sampling (#76)
#87
rlouf
closed
3 years ago
0
CI executes Makefile commands
#86
rlouf
closed
3 years ago
1
Add leading singleton dimensions to batch shape
#85
rlouf
closed
3 years ago
1
pip3 install, module error
#84
dirknbr
closed
3 years ago
3
Batch shape shouldn’t default to 1
#83
rlouf
closed
3 years ago
0
Add pareto distribution
#82
tblazina
opened
3 years ago
5
Refer to Makefile in CI
#81
rlouf
closed
3 years ago
1
Add pre-commit hooks as a dev dependency
#80
tblazina
opened
3 years ago
4
Add BetaBinomial Distribution
#79
tblazina
closed
3 years ago
15
Track performance in CI
#78
rlouf
closed
3 years ago
1
Added dynamic rhat
#77
sidravi1
closed
3 years ago
15
Return a trace when inference is interrupted with Ctrl-C
#76
rlouf
closed
3 years ago
0
Does `black` corrupt MCX programs?
#75
rlouf
closed
3 years ago
1
Support for other distributions
#74
Dpananos
opened
3 years ago
6
Replaced: np to jnp; onp to np
#73
kancurochat
closed
3 years ago
5
Replace `jax.numpy` abbreviation from `np` to `jnp`
#72
sidravi1
closed
3 years ago
2
WIP: Implement a `denormalize` custom Jaxpr operator simplifying MCX logpdfs
#71
balancap
opened
3 years ago
2
add progress bar for compiled inference loop
#70
jeremiecoullon
closed
3 years ago
11
Compiled inference by default
#69
jeremiecoullon
closed
3 years ago
1
Added multivariate normal distribution
#68
sidravi1
closed
3 years ago
7
Contribute!
#65
rlouf
opened
3 years ago
3
added 1) Uniform sampling test and 2) basic SBC test
#64
jeremiecoullon
opened
3 years ago
1
Core & custom Jaxprs
#62
rlouf
opened
3 years ago
0
Bump jax version
#61
jeremiecoullon
closed
3 years ago
3
fix bug in README example
#60
jeremiecoullon
closed
3 years ago
4
sampler tests
#59
jeremiecoullon
closed
3 years ago
6
non-hashable static_argnums are not supported in Jax 0.2.6
#58
jeremiecoullon
closed
3 years ago
1
Example in readme running
#57
jeremiecoullon
closed
3 years ago
5
python packages missing
#56
jeremiecoullon
closed
3 years ago
2
switch `import jax.numpy as np` to `import jax.numpy as jnp`
#55
jeremiecoullon
closed
3 years ago
4
Warmup
#54
rlouf
closed
3 years ago
1
Refactor the core
#53
rlouf
closed
3 years ago
5
Add random walk metropolis Hastings
#52
rlouf
closed
3 years ago
2
Next