Skip to content

Commit

Permalink
Alternative tutorial on implementing samplers (#468)
Browse files Browse the repository at this point in the history
* replaced the external sampler docs with a more straight-forward
tutorial on implementing samplers

* fixed reference to the impl samplers tutorial

* moved docs on implementing samplers

* revert changes to docs-16-using-turing-external-samplers

* make the `getparams` overload explicit

* renmaed NormalLogDensity to IsotropicNormalModel as per @mhauru suggestion

* replace underline with emph

* Apply suggestions from code review

Co-authored-by: Markus Hauru <[email protected]>

* fix formatting of summary

* removed type-piracy and added note on why we're using this example of MALA

---------

Co-authored-by: Markus Hauru <[email protected]>
  • Loading branch information
torfjelde and mhauru authored Jun 11, 2024
1 parent 160e254 commit 71e2303
Show file tree
Hide file tree
Showing 4 changed files with 2,719 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ website:
contents:
- tutorials/docs-04-for-developers-abstractmcmc-turing/index.qmd
- tutorials/docs-07-for-developers-variational-inference/index.qmd
- text: "Implementing Samplers"
href: tutorials/docs-17-implementing-samplers/index.qmd


page-footer:
Expand Down
Loading

0 comments on commit 71e2303

Please sign in to comment.