You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -237,7 +238,7 @@ A small working example can be found at `test/cuda.jl`.
237
238
## API and supported HMC algorithms
238
239
239
240
An important design goal of AdvancedHMC.jl is modularity; we would like to support algorithmic research on HMC.
240
-
This modularity means that different HMC variants can be easily constructed by composing various components, such as preconditioning metric (i.e., mass matrix), leapfrog integrators, trajectories (static or dynamic), and adaption schemes, etc.
241
+
This modularity means that different HMC variants can be easily constructed by composing various components, such as preconditioning metric (i.e., mass matrix), leapfrog integrators, trajectories (static or dynamic), adaption schemes, etc.
241
242
The minimal example above can be modified to suit particular inference problems by picking components from the list below.
0 commit comments