dwave.samplers.SimulatedAnnealingSampler.properties#
- SimulatedAnnealingSampler.properties = None[source]#
A dict containing any additional information about the sampler.
Examples
This example looks at the supported values of a sampler property.
>>> from dwave.samplers import SimulatedAnnealingSampler >>> sampler = SimulatedAnnealingSampler() >>> sampler.properties['beta_schedule_options'] ('linear', 'geometric', 'custom')