|
3 | 3 | [](https://github.com/TuringLang/AdvancedHMC.jl/actions/workflows/CI.yml)
|
4 | 4 | [](https://zenodo.org/badge/latestdoi/72657907)
|
5 | 5 | [](https://coveralls.io/github/TuringLang/AdvancedHMC.jl?branch=kx%2Fbug-fix)
|
6 |
| -[](https://turing.ml/stable/docs/library/advancedhmc/) |
| 6 | +[](https://turinglang.github.io/AdvancedHMC.jl/stable/) |
7 | 7 | [](https://turinglang.github.io/AdvancedHMC.jl/dev/)
|
8 | 8 |
|
9 | 9 | AdvancedHMC.jl provides a robust, modular and efficient implementation of advanced HMC algorithms. An illustrative example for AdvancedHMC's usage is given below. AdvancedHMC.jl is part of [Turing.jl](https://github.com/TuringLang/Turing.jl), a probabilistic programming library in Julia.
|
@@ -93,7 +93,7 @@ samples, stats = sample(hamiltonian, proposal, initial_θ, n_samples, adaptor, n
|
93 | 93 | ### Parallel sampling
|
94 | 94 |
|
95 | 95 | AdvancedHMC enables parallel sampling (either distributed or multi-thread) via Julia's [parallel computing functions](https://docs.julialang.org/en/v1/manual/parallel-computing/).
|
96 |
| -It also supports vectorized sampling for static HMC and has been discussed in more detail in the documentation [here](https://turing.ml/dev/docs/library/advancedhmc/parallel_sampling). |
| 96 | +It also supports vectorized sampling for static HMC and has been discussed in more detail in the documentation [here](https://turinglang.github.io/AdvancedHMC.jl/stable/#Parallel-sampling). |
97 | 97 |
|
98 | 98 | The below example utilizes the `@threads` macro to sample 4 chains across 4 threads.
|
99 | 99 |
|
@@ -194,7 +194,7 @@ Draw `n_samples` samples using the proposal `κ` under the Hamiltonian system `h
|
194 | 194 | - `verbose` controls the verbosity.
|
195 | 195 | - `progress` controls whether to show the progress meter or not.
|
196 | 196 |
|
197 |
| -Note that the function signature of the `sample` function exported by `AdvancedHMC.jl` differs from the [`sample`](https://turing.ml/dev/docs/using-turing/guide#modelling-syntax-explained) function used by `Turing.jl`. We refer to the documentation of `Turing.jl` for more details on the latter. |
| 197 | +Note that the function signature of the `sample` function exported by `AdvancedHMC.jl` differs from the [`sample`](https://turinglang.org/dev/docs/using-turing/guide#modelling-syntax-explained) function used by `Turing.jl`. We refer to the documentation of `Turing.jl` for more details on the latter. |
198 | 198 |
|
199 | 199 | ## Citing AdvancedHMC.jl ##
|
200 | 200 | If you use AdvancedHMC.jl for your own research, please consider citing the following publication:
|
|
0 commit comments