Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 673 Bytes

higher_order_samplers.rst

File metadata and controls

33 lines (22 loc) · 673 Bytes

Higher-Order Samplers

The dimod package includes the following example higher-order samplers.

.. currentmodule:: dimod.reference.samplers

Exact Polynomial Solver

A simple exact solver for testing and debugging code using your local CPU.

Note:
This sampler is designed for use in testing. Because it calculates the energy for every possible sample, it is very slow.

Class

.. autoclass:: ExactPolySolver

Methods

.. autosummary::
   :toctree: ../generated/

   ExactPolySolver.sample
   ExactPolySolver.sample_ising
   ExactPolySolver.sample_qubo