> :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.
Release files for dwave-tabu 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dwave-tabu-0.5.0.tar.gz | 6.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dwave_tabu-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.5 kB
Release files / dwave-tabu-0.5.0.tar.gz
| Download URL | dwave-tabu-0.5.0.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dcc73883ec491dea2656c8239dc66e9c9871e7f75852be57ea4cec6bccd48d54
|
|
BLAKE2b-256 checksum How to use checksums |
2ec5e71612a4eb74b52d0fa3f8434f1a3599804df2c6a88b0ce67436e6177740
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.12
|
Release files / dwave_tabu-0.5.0-py3-none-any.whl
| Download URL | dwave_tabu-0.5.0-py3-none-any.whl |
|---|---|
| Size | 9.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ce63c4e8cee278cc3b7e82d9c6c7ff6fb84c50cb45eba12dc0e4c299c46eb784
|
|
BLAKE2b-256 checksum How to use checksums |
0771c086fbc266d9ecd53678fcffe0f656f9b9f44501d3edc718f77e787801dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.12
|