TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/
MIT License
229 stars 99 forks source link

Add documentation on how to treat model parameters differently in logdensity and sampling functions #333

Open yebai opened 2 years ago

yebai commented 2 years ago

For efficiency reasons, there are cases where we want to handle model parameters differently in logdensity and sampling functions. This might be of general interest to Turing users, so would be good to have a doc section for it.

cc @xukai92 @torfjelde