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

Change assignment operator from @ to <~ #33

Closed rlouf closed 4 years ago

rlouf commented 4 years ago

After many interesting discussions I decided to use <~ instead of @.

rlouf commented 4 years ago

Great job you, merging. Note that we'll need to make the parsing more robust before the first release.