diff --git a/README.md b/README.md index 3b875a7..eb685d3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ StanPathfinder.jl wraps `cmdstan`'s `pathfinder` method. It is documented in Zhang, Lu, Bob Carpenter, Andrew Gelman, and Aki Vehtari (2022): “Pathfinder: Parallel Quasi-Newton Variational Inference.” [Journal of Machine Learning Research 23 (306): 1–49](http://jmlr.org/papers/v23/21-0889.html). See also [Stan's cmdstan manual (chapter 6) for details](https://mc-stan.org/docs/cmdstan-guide/pathfinder-intro.html). -Note: This is the initial implementation. A few changes are to ne expected. +An example can be found [here](https://github.com/StanJulia/StanPathfinder.jl/blob/master/examples/Bernoulli/bernoulli.jl) and a Pluto notebook example can be found [here](https://github.com/StanJulia/StanExampleNotebooks.jl/tree/main/notebooks/Pathfinder). + +Note: This is an initial implementation. A few changes are to be expected! ## Installation