Skip to content

Commit

Permalink
Rel 0.1.0 - README update
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Jan 22, 2024
1 parent 916cbc6 commit bfd30cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bfd30cc

Please sign in to comment.