Skip to content

1.1.0

Compare
Choose a tag to compare
@arcondello arcondello released this 21 Jul 20:06
· 26 commits to main since this release
6b336ab

New Features

  • Add timing information for SteepestDescentSolver.
  • Add timing information for SimulatedAnnealingSampler.
  • Add randomize_order keyword argument to the SimulatedAnnealingSampler.sample() method. This controls whether the variables are updated in a random order or not.
  • Add proposal_acceptance_criteria keyword argument to the SimulatedAnnealingSampler.sample() method. This controls whether the sampler will use Gibbs or Metropolis updates.

Upgrade Notes

  • Build extensions with C++17.

Bug Fixes

  • Fix ImportError being raised on Windows when other dwave namespace packages are installed after dwave-samplers. See #57.