cuqi.experimental.SamplerRecommender.recommend#
- SamplerRecommender.recommend(as_string=False)#
Suggests a possible sampler that can be used for sampling from the target distribution. Return None if no sampler could be suggested.
- Parameters:
as_string (boolean) – Whether to return the name of the sampler as a string instead of instantiating a sampler. Optional