bilby.core.sampler.dynesty_utils.FixedRWalk

class bilby.core.sampler.dynesty_utils.FixedRWalk[source]

Bases: object

Run the MCMC walk for a fixed length. This is nearly equivalent to bilby.sampling.sample_rwalk except that different proposal distributions can be used.

__init__(*args, **kwargs)
__call__(args)[source]

Call self as a function.

Methods

__init__(*args, **kwargs)