dwave-neal

An implementation of a simulated annealing sampler.

Example Usage

import neal

sampler = neal.SimulatedAnnealingSampler()

h = {0: -1, 1: -1}
J = {(0, 1): -1}
sampleset = sampler.sample_ising(h, J)

Documentation

Release

0.5.7

Date

Jun 15, 2021

Note

This documentation is for the latest version of dwave-neal. Documentation for the version currently installed by dwave-ocean-sdk is here: dwave-neal.

Indices and tables