freebsd-ports/science/py-dwave-samplers/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

15 lines
796 B
Text

Ocean software provides a variety of quantum, classical, and quantum-classical
dimod samplers that run either remotely (for example, in D-Wave's Leap
environment) or locally on your CPU.
dwave-samplers implements the following classical algorithms for solving binary
quadratic models (BQM):
* Random: a sampler that draws uniform random samples.
* Simulated Annealing: a probabilistic heuristic for optimization and
approximate Boltzmann sampling well suited to finding good solutions of large
problems.
* Steepest Descent: a discrete analogue of gradient descent, often used in
machine learning, that quickly finds a local minimum.
* Tabu: a heuristic that employs local search with methods to escape local
minima.
* Tree Decomposition: an exact solver for problems with low treewidth.