cuqi.experimental.SamplerRecommender.recommend_HybridGibbs_sampling_strategy#
- SamplerRecommender.recommend_HybridGibbs_sampling_strategy(as_string=False)#
Suggests a possible sampling strategy to be used with the HybridGibbs sampler. Returns None if no sampler could be suggested for at least one conditional distribution.
- Parameters:
target (cuqi.distribution.JointDistribution) – The target distribution get a sampling strategy for.
as_string (boolean) – Whether to return the name of the samplers in the sampling strategy as a string instead of instantiating samplers. Optional