cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

MG uniform random walk implementation

Open ChuckHastings opened this issue 2 years ago • 0 comments

This PR defines a uniform random walk implementation using the neighborhood sampling functions.

This will be refactored once the new sampling primitive (https://github.com/rapidsai/cugraph/issues/2580) is implemented, but should provide a stronger starting point than the original code.

Partially addresses https://github.com/rapidsai/cugraph/issues/2555

ChuckHastings avatar Aug 12 '22 20:08 ChuckHastings