demos
demos copied to clipboard
WARNING: This repo is obsolete. For D-Wave Ocean code examples, go to the `dwave-examples` GitHub account.
**Application** Currently, CircleCI builds and caches a virtual environment for each demo. This is wasteful especially if many of the demos share the same requirements.txt (i.e. they can run in...
**Description** If a previously existing demo gets its name changed, its `old_name/` dir still exists in CircleCI. When the bash in the CircleCI config file gets run, it will check...
These should live in a library higher up the chain that can be accessed by other demos and projects
It would be nice to be able to do QUBO in gates/circuits. We can easily discuss where to best do it. (since you have the other issue open, about moving...
README should make clearer what a user needs to do before `pip install -r ...`
Currently once the demo is running with "python demo.py" it cannot be killed in Windows CMD terminal using CNTL-C (or CNTL-x or Esc etc). Need to enable mid-run termination with...
Running "python demo.py" runs all the demo code: be nice to add options to run just subsets.
When using QboostRegressor predict boston house price, the predict results are all nan. Source code: ` sa_sampler = dimod.SimulatedAnnealingSampler() DW_PARAMS = {'num_reads': 300, 'num_sweeps': 10} # data data = load_boston()...
**Description** At the moment, the base for the shortest schedule penalty is `number of jobs + 1`. However, in the derivation, the base is total number of TASKS + 1....
**Application** Currently, whenever the code is updated, CircleCI runs all the unit tests available in the demos repo. Since the demos repo has many independent demos and not all demos...