blob: d1b5b77883608015266cd1f4cf3432313d6c60d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
A general, minimal Python framework for building hybrid asynchronous
decomposition samplers for quadratic unconstrained binary optimization
(QUBO) problems.
dwave-hybrid facilitates three aspects of solution development:
- Hybrid approaches to combining quantum and classical compute
resources
- Evaluating a portfolio of algorithmic components and
problem-decomposition trategies
- Experimenting with workflow structures and parameters to obtain
the best application results
The framework enables rapid development and insight into expected
performance of productized versions of its experimental prototypes.
|