dwavesystems / dwave-neal

An implementation of a simulated annealing sampler for general Ising model graphs in C++ with a dimod Python wrapper.
https://docs.ocean.dwavesys.com/projects/neal/en/latest
Apache License 2.0
50 stars 44 forks source link

Expose a method for default beta range calculation #67

Closed randomir closed 5 years ago

randomir commented 5 years ago

Beta range heuristics in neal.sampler._default_ising_beta_range is very useful, but it's private currently. We could use it in parallel tempering and population annealing Hybrid workflows.