dwave-hybrid
dwave-hybrid copied to clipboard
Hybrid solver execution on CPU!
- Is it possible to execute a qubo problem execution with hybrid solver on CPU only?
- Is it possible to divide large problem into small sub problems and execute using hybrid solver to check if it can give less execution time against Qbsolv? As I don't have access to QPU, is it possible to execute it only on CPU? or
- Is there any way in Qbsolv or dwave-hybrid to reduce the execution time while getting good enough solution with out using QPU? like for example, dividing large problem into small sub problems!
Hi @AjayKumar-LVLS,
- Yes, D-Wave Hybrid allows purely classical workflows. Several of the examples in the repo are classical only.
- Yes, check the following examples: dialectic-search, parallel-tempering or population-annealing.
- Yes, but selection of problem decomposition algorithm depends on problem type/structure, and there's no "one fits all" solution.
Finally, please note the difference between qbsolv and dwave-hybrid.