dwavesystems / dimod

A shared API for QUBO/Ising samplers.
https://docs.ocean.dwavesys.com/en/stable/docs_dimod/
Apache License 2.0
120 stars 79 forks source link

DQM Test Samplers #816

Open arcondello opened 3 years ago

arcondello commented 3 years ago

It would be helpful to have a Exact and/or Random DQM sampler for testing.

Note that the exact version would be extremely limited.

arcondello commented 3 years ago

https://github.com/dwavesystems/dimod/pull/820 adds an ExactDQMSolver. RandomDQMSampler is still an open feature request.