demos icon indicating copy to clipboard operation
demos copied to clipboard

WARNING: This repo is obsolete. For D-Wave Ocean code examples, go to the `dwave-examples` GitHub account.

Results 33 demos issues
Sort by recently updated
recently updated
newest added

**Application** In qboost, there are two files `demo.py` and `demo.ipynb`. I suspect the initial idea was that the user can learn through the notebook, with the option to run the...

**Application** Heuristic unit tests occasionally fail because they return a suboptimal solution. This is annoying, because the code might be fine. ![image](https://user-images.githubusercontent.com/5600582/54582161-f55a4280-49cc-11e9-9cb9-38545c215461.png) **Proposed Solution** Make a more reliable unit test....

**Application** Currently, the penalty to encourage the shortest schedule is based on geometric series. This penalty can easily over take the other penalties created by the other constraints. Some thought...