You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.