Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Clustering and TSP apps #265

Merged
merged 75 commits into from
Nov 9, 2023
Merged

Conversation

srrisbud
Copy link
Contributor

Objective of pull request: To add new apps that solve clustering and travelling salesman problems using the Lava QUBO solver.

Pull request checklist

Your PR fulfills the following requirements:

Pull request type

Please check your PR type:

  • Feature

Does this introduce a breaking change?

  • No

srrisbud and others added 30 commits April 6, 2023 14:48
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
…ated `best_solution` in read_gate

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
for a) clustering b) tsp.
TODO: Add Typing code
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Made changes to TSP API only.
Further work needed on TSP logic
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
…ated `best_solution` in read_gate

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
for a) clustering b) tsp.
TODO: Add Typing code
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
…ated `best_solution` in read_gate

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Made changes to TSP API only.
Further work needed on TSP logic
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
…ests

Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
Signed-off-by: Risbud, Sumedh <sumedh.risbud@intel.com>
@srrisbud srrisbud self-assigned this Oct 13, 2023
Copy link
Collaborator

@ashishrao7 ashishrao7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. It looks mostly good. I am not sure whether a brief one-liner would be helpful as docstrings for classes in the tests. Since these are applications built on top of a lot of work, it can tend to be very hard to understand. The naming is generally self-explanatory but doc-strings might make it easier for the user to understand what's going on.

@srrisbud srrisbud merged commit 4ae9122 into lava-nc:main Nov 9, 2023
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants