Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 356 Bytes

mcmc.rst

File metadata and controls

7 lines (5 loc) · 356 Bytes

MCMC

This module implements various proximal MCMC algorithms. The base class :class:`.PxMCMC` implements some basic (mostly private) functions that should be common to all algorithms. When creating a new algorithm, a class should inherit the :class:`.PxMCMC` class and implement at least the :meth:`run` method.

.. automodule:: mcmc
   :members: