Giter Site home page Giter Site logo

dwave-examples / distributed-computing Goto Github PK

View Code? Open in Web Editor NEW
13.0 6.0 21.0 707 KB

Minimize messaging between computers in a distributed computing system by using the LeapHybridCQMSampler. This problem is also known as the graph k-partitioning problem.

License: Apache License 2.0

Python 100.00%
hybrid-solution cqm intermediate

distributed-computing's People

Contributors

akoszegi avatar arcondello avatar hemantdwave avatar joelgdwave avatar joelpasvolsky avatar randomir avatar vgoliber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

distributed-computing's Issues

Not all invalid inputs are detected

The code in build_graph tries to detect and correct various cases, including cases where number of nodes is not divisible by number of partitions. However, it does this on a graph-specific basis (i.e., the logic is different for each value of args.graph), and some cases are missed. For example:

python demo.py -n 1001 -g internet

or

python demo.py -n 5 -g rand-reg

These inputs produce impossible problems because the partition size constraint is not an integer.

I would suggest trying to refactor some of the checks in build_graph, in particular doing a single check for divisibility that applies to all graph types. A lot of the checking could also be simplified by not trying to "fix up" invalid inputs -- that way, the actual values are known up front, and can be checked more easily. Otherwise, modifying the values on the fly makes the validation more difficult.

Add visualization

The README implies that some visualization is produced (aside from command-line output), but none is created. Could we add one?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.