Skip to content

Commit

Permalink
Update tutorials/docs-16-using-turing-external-samplers/external-samp…
Browse files Browse the repository at this point in the history
…lers.jmd

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
yebai and github-actions[bot] authored Oct 20, 2023
1 parent 58b73fe commit 05db262
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ Note that if the external sampler produces transitions that Turing cannot parse

For practical examples of how to adapt a sampling library to the `AbstractMCMC` interface, the readers can consult the following libraries:

- <a href="https://github.com/TuringLang/AdvancedMH.jl/blob/458a602ac32a8514a117d4c671396a9ba8acbdab/src/mh-core.jl#L73-L115">AdvancedMH</a>
- <a href="https://github.com/TuringLang/AdvancedHMC.jl/blob/762e55f894d142495a41a6eba0eed9201da0a600/src/abstractmcmc.jl#L102-L170">AdvancedHMC</a>
- <a href="https://github.com/JaimeRZP/MicroCanonicalHMC.jl/blob/master/src/abstractmcmc.jl">MicroCanonicalHMC</a>
- <a href="https://github.com/TuringLang/AdvancedMH.jl/blob/458a602ac32a8514a117d4c671396a9ba8acbdab/src/mh-core.jl#L73-L115">AdvancedMH</a>
- <a href="https://github.com/TuringLang/AdvancedHMC.jl/blob/762e55f894d142495a41a6eba0eed9201da0a600/src/abstractmcmc.jl#L102-L170">AdvancedHMC</a>
- <a href="https://github.com/JaimeRZP/MicroCanonicalHMC.jl/blob/master/src/abstractmcmc.jl">MicroCanonicalHMC</a>

# Refences

Expand Down

0 comments on commit 05db262

Please sign in to comment.