Optimized Tabu solver for QUBOs
Project description
> :warning: Note: dwave-tabu is deprecated in favor of dwave-samplers.
dwave-tabu
A C/C++ implementation of the MST2 multistart tabu search algorithm for quadratic unconstrained binary optimization (QUBO) problems with a dimod sampler Python interface.
Installation
Install from a wheel on PyPI:
pip install dwave-tabu
Example
This example solves a two-variable Ising model.
>>> from tabu import TabuSampler >>> response = TabuSampler().sample_ising({'a': -0.5, 'b': 1.0}, {('a', 'b'): -1})
License
Released under the Apache License 2.0. See LICENSE file.
Contributing
Ocean’s contributing guide has guidelines for contributing to Ocean packages.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dwave-tabu-0.5.0.tar.gz
(6.3 kB
view hashes)
Built Distribution
Close
Hashes for dwave_tabu-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce63c4e8cee278cc3b7e82d9c6c7ff6fb84c50cb45eba12dc0e4c299c46eb784 |
|
MD5 | b43ee6172173171bb4db7abeac0e8335 |
|
BLAKE2b-256 | 0771c086fbc266d9ecd53678fcffe0f656f9b9f44501d3edc718f77e787801dc |