neal.sampler.SimulatedAnnealingSampler.properties¶
-
SimulatedAnnealingSampler.
properties
= None¶ A dict containing any additional information about the sampler.
Examples
This example looks at the values set for a sampler property.
>>> import neal >>> sampler = neal.SimulatedAnnealingSampler() >>> sampler.properties['beta_schedule_options'] ('linear', 'geometric', 'custom')
Type: dict