@@ -53,14 +53,21 @@ recommended for direct use by the user, rather it should be accessed via the
5353Nested Samplers
5454---------------
5555
56+ Native
57+ ======
58+
5659- Dynesty: :code:`bilby.core.sampler.dynesty.Dynesty`
5760- Nestle :code:`bilby.core.sampler.nestle.Nestle`
5861- CPNest :code:`bilby.core.sampler.cpnest.Cpnest`
5962- PyMultiNest :code:`bilby.core.sampler.pymultinest.Pymultinest`
60- - PyPolyChord :code:`bilby.core.sampler.polychord.PyPolyChord`
6163- UltraNest :code:`bilby.core.sampler.ultranest.Ultranest`
62- - DNest4 :code:`bilby.core.sampler.dnest4.DNest4`
63- - Nessai :code:`bilby.core.sampler.nessai.Nessai`
64+
65+ External
66+ ========
67+
68+ - DNest4 :code:`dnest4-bilby`
69+ - Nessai :code:`nessai-bilby`
70+ - PyPolyChord :code:`pypolychord-bilby`
6471
6572-------------
6673MCMC samplers
@@ -72,7 +79,6 @@ MCMC samplers
7279- pymc :code:`bilby.core.sampler.pymc.Pymc`
7380- zeus :code:`bilby.core.sampler.zeus.Zeus`
7481
75-
7682--------------------------
7783Listing available samplers
7884--------------------------
@@ -117,7 +123,6 @@ can simply download that file and use the command above).
117123 Some samplers are being migrated to use sampler plugins and may require an
118124 additional step, see `migrating to sampler plugins`_.
119125
120-
121126Installing PyPolyChord
122127======================
123128
@@ -182,11 +187,14 @@ We actively encourage the addition of new samplers to :code:`bilby`.
182187We now recommended adding support for new samplers via the sampler plugins
183188interface. For more details, and a template, see `sampler plugins`_.
184189
190+ If you have a :code:`bilby` sampler plugin that you would like to be listed here,
191+ please let us know!
192+
185193----------------------------
186194Migrating to sampler plugins
187195----------------------------
188196
189- The interfaces for some samplers are being move from bilby to external sampler
197+ The interface for some samplers are being moved from bilby to external sampler
190198plugins. This does not change how the samplers are used for most users, you
191199still specify :code:`sampler='sampler name'` in :code:`run_sampler`, however,
192200an additional dependency must be installed before using a sampler.
0 commit comments