We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982837f commit b7c0f3dCopy full SHA for b7c0f3d
README.md
@@ -1,5 +1,8 @@
1
# PartialRejectionSampling.jl
2
3
+<!-- [![][docs-stable-img]][docs-stable-url] -->
4
+[![][docs-dev-img]][docs-dev-url]
5
+
6
Some implementations of partial rejection samplers for
7
8
- Rooted spanning forests
@@ -25,3 +28,9 @@ For now, examples are located in the `test` folder.
25
28
Building a proper documentation is work in progress.
26
29
27
30
Any feedback is welcome :)
31
32
+[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
33
+[docs-dev-url]: https://guilgautier.github.io/PartialRejectionSampling.jl/dev
34
35
+[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
36
+[docs-stable-url]: https://guilgautier.github.io/PartialRejectionSampling.jl/stable
0 commit comments