TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/tutorials/docs-00-getting-started/
MIT License
225 stars 97 forks source link

Add a section on a more complex example in the "how to implement a sampler" tutorial #479

Open torfjelde opened 2 weeks ago

torfjelde commented 2 weeks ago

In #468 we've introduced a tutorial on implementing samplers, but atm the inference alg is very simple. We should add a section at the end of the tutorial demonstrating how to "extend" this simple MALA sampler to the autoMALA sampler (see https://github.com/torfjelde/AutomaticMALA.jl)