cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

MNMG Random Walks - Implementation

Open ChuckHastings opened this issue 3 years ago • 3 comments

Implement Random Walks.

Random walks implementation should support uniform random walks, biased random walks and node2vec random walks.

ChuckHastings avatar Aug 10 '22 21:08 ChuckHastings

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

github-actions[bot] avatar Sep 09 '22 22:09 github-actions[bot]

NOTE, CI discovered a failure in the RANDOM_WALKS_TEST, it is being disabled in another PR. When this implementation is addressed, be sure to enable the test and try and isolate why it was failing to make sure it can work going forward.

ChuckHastings avatar Sep 21 '22 21:09 ChuckHastings