leaspy.algo.personalize.mcmc ============================ .. py:module:: leaspy.algo.personalize.mcmc .. autoapi-nested-parse:: This module defines the `AbstractMCMCPersonalizeAlgo` class used for sampler based personalize algorithms. .. !! processed by numpydoc !! Classes ------- .. autoapisummary:: leaspy.algo.personalize.mcmc.McmcPersonalizeAlgorithm Module Contents --------------- .. py:class:: McmcPersonalizeAlgorithm(settings) Bases: :py:obj:`leaspy.algo.algo_with_annealing.AlgorithmWithAnnealingMixin`, :py:obj:`leaspy.algo.algo_with_samplers.AlgorithmWithSamplersMixin`, :py:obj:`leaspy.algo.algo_with_device.AlgorithmWithDeviceMixin`, :py:obj:`leaspy.algo.personalize.base.PersonalizeAlgorithm`\ [\ :py:obj:`leaspy.models.McmcSaemCompatibleModel`\ , :py:obj:`leaspy.io.outputs.individual_parameters.IndividualParameters`\ ] Base class for MCMC-based personalization algorithms. Individual parameters are derived from values of individual variables of the model. :Parameters: **settings** : :class:`.AlgorithmSettings` Settings of the algorithm. .. !! processed by numpydoc !!