dwave-tabu


Namedwave-tabu JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/dwavesystems/dwave-tabu
SummaryOptimized Tabu solver for QUBOs
upload_time2022-11-25 23:47:48
maintainer
docs_urlNone
authorD-Wave Systems Inc.
requires_python>=3.7
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements numpy numpy dimod cython wheel setuptools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            > :warning: **Note**: *dwave-tabu* is deprecated in favor of `dwave-samplers <https://github.com/dwavesystems/dwave-samplers>`_.

.. image:: https://circleci.com/gh/dwavesystems/dwave-tabu.svg?style=svg
    :target: https://circleci.com/gh/dwavesystems/dwave-tabu
    :alt: Linux/MacOS/Windows build status

.. image:: https://codecov.io/gh/dwavesystems/dwave-tabu/branch/master/graph/badge.svg?token=uoMkg6WvKy
    :target: https://codecov.io/gh/dwavesystems/dwave-tabu
    :alt: Code coverage

.. image:: https://readthedocs.com/projects/d-wave-systems-dwave-tabu/badge/?version=latest
    :target: https://docs.ocean.dwavesys.com/projects/d-wave-systems-dwave-tabu/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://badge.fury.io/py/dwave-tabu.svg
    :target: https://badge.fury.io/py/dwave-tabu
    :alt: Latest version on PyPI

.. image:: https://img.shields.io/pypi/pyversions/dwave-tabu.svg?style=flat
    :target: https://pypi.org/project/dwave-tabu/
    :alt: PyPI - Python Version


==========
dwave-tabu
==========

.. index-start-marker

A C/C++ implementation of the `MST2 multistart tabu search algorithm
<https://link.springer.com/article/10.1023/B:ANOR.0000039522.58036.68>`_
for quadratic unconstrained binary optimization (QUBO) problems with a
`dimod sampler <https://docs.ocean.dwavesys.com/en/stable/docs_dimod/reference/sampler_composites/api.html#dimod.Sampler>`_
Python interface.

.. index-end-marker


Installation
============

.. installation-start-marker

Install from a wheel on PyPI::

    pip install dwave-tabu

.. installation-end-marker


Example
=======

.. example-start-marker

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})

.. example-end-marker


License
=======

Released under the Apache License 2.0. See `<LICENSE>`_ file.

Contributing
============

Ocean's `contributing guide <https://docs.ocean.dwavesys.com/en/stable/contributing.html>`_
has guidelines for contributing to Ocean packages.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dwavesystems/dwave-tabu",
    "name": "dwave-tabu",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "D-Wave Systems Inc.",
    "author_email": "tools@dwavesys.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/c5/e71612a4eb74b52d0fa3f8434f1a3599804df2c6a88b0ce67436e6177740/dwave-tabu-0.5.0.tar.gz",
    "platform": null,
    "description": "> :warning: **Note**: *dwave-tabu* is deprecated in favor of `dwave-samplers <https://github.com/dwavesystems/dwave-samplers>`_.\n\n.. image:: https://circleci.com/gh/dwavesystems/dwave-tabu.svg?style=svg\n    :target: https://circleci.com/gh/dwavesystems/dwave-tabu\n    :alt: Linux/MacOS/Windows build status\n\n.. image:: https://codecov.io/gh/dwavesystems/dwave-tabu/branch/master/graph/badge.svg?token=uoMkg6WvKy\n    :target: https://codecov.io/gh/dwavesystems/dwave-tabu\n    :alt: Code coverage\n\n.. image:: https://readthedocs.com/projects/d-wave-systems-dwave-tabu/badge/?version=latest\n    :target: https://docs.ocean.dwavesys.com/projects/d-wave-systems-dwave-tabu/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. image:: https://badge.fury.io/py/dwave-tabu.svg\n    :target: https://badge.fury.io/py/dwave-tabu\n    :alt: Latest version on PyPI\n\n.. image:: https://img.shields.io/pypi/pyversions/dwave-tabu.svg?style=flat\n    :target: https://pypi.org/project/dwave-tabu/\n    :alt: PyPI - Python Version\n\n\n==========\ndwave-tabu\n==========\n\n.. index-start-marker\n\nA C/C++ implementation of the `MST2 multistart tabu search algorithm\n<https://link.springer.com/article/10.1023/B:ANOR.0000039522.58036.68>`_\nfor quadratic unconstrained binary optimization (QUBO) problems with a\n`dimod sampler <https://docs.ocean.dwavesys.com/en/stable/docs_dimod/reference/sampler_composites/api.html#dimod.Sampler>`_\nPython interface.\n\n.. index-end-marker\n\n\nInstallation\n============\n\n.. installation-start-marker\n\nInstall from a wheel on PyPI::\n\n    pip install dwave-tabu\n\n.. installation-end-marker\n\n\nExample\n=======\n\n.. example-start-marker\n\nThis example solves a two-variable Ising model.\n\n>>> from tabu import TabuSampler\n>>> response = TabuSampler().sample_ising({'a': -0.5, 'b': 1.0}, {('a', 'b'): -1})\n\n.. example-end-marker\n\n\nLicense\n=======\n\nReleased under the Apache License 2.0. See `<LICENSE>`_ file.\n\nContributing\n============\n\nOcean's `contributing guide <https://docs.ocean.dwavesys.com/en/stable/contributing.html>`_\nhas guidelines for contributing to Ocean packages.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Optimized Tabu solver for QUBOs",
    "version": "0.5.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b43ee6172173171bb4db7abeac0e8335",
                "sha256": "ce63c4e8cee278cc3b7e82d9c6c7ff6fb84c50cb45eba12dc0e4c299c46eb784"
            },
            "downloads": -1,
            "filename": "dwave_tabu-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b43ee6172173171bb4db7abeac0e8335",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9194,
            "upload_time": "2022-11-25T23:47:46",
            "upload_time_iso_8601": "2022-11-25T23:47:46.749315Z",
            "url": "https://files.pythonhosted.org/packages/07/71/c086fbc266d9ecd53678fcffe0f656f9b9f44501d3edc718f77e787801dc/dwave_tabu-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a3345c8406c585b615683f0149508f9d",
                "sha256": "dcc73883ec491dea2656c8239dc66e9c9871e7f75852be57ea4cec6bccd48d54"
            },
            "downloads": -1,
            "filename": "dwave-tabu-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a3345c8406c585b615683f0149508f9d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6344,
            "upload_time": "2022-11-25T23:47:48",
            "upload_time_iso_8601": "2022-11-25T23:47:48.346228Z",
            "url": "https://files.pythonhosted.org/packages/2e/c5/e71612a4eb74b52d0fa3f8434f1a3599804df2c6a88b0ce67436e6177740/dwave-tabu-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-25 23:47:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dwavesystems",
    "github_project": "dwave-tabu",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.19.5"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.21.4"
                ]
            ]
        },
        {
            "name": "dimod",
            "specs": [
                [
                    "==",
                    "0.10.10"
                ]
            ]
        },
        {
            "name": "cython",
            "specs": [
                [
                    "==",
                    "0.29.21"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    ">=",
                    "0.30.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "56.2.0"
                ]
            ]
        }
    ],
    "lcname": "dwave-tabu"
}
        
Elapsed time: 0.02118s