Skip to content

Commit 71e2303

Browse files
torfjeldemhauru
andauthored
Alternative tutorial on implementing samplers (#468)
* 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]>
1 parent 160e254 commit 71e2303

File tree

4 files changed

+2719
-0
lines changed

4 files changed

+2719
-0
lines changed

_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ website:
106106
contents:
107107
- tutorials/docs-04-for-developers-abstractmcmc-turing/index.qmd
108108
- tutorials/docs-07-for-developers-variational-inference/index.qmd
109+
- text: "Implementing Samplers"
110+
href: tutorials/docs-17-implementing-samplers/index.qmd
109111

110112

111113
page-footer:

0 commit comments

Comments
 (0)