pathpyG icon indicating copy to clipboard operation
pathpyG copied to clipboard

inefficient calculation of temporal paths

Open IngoScholtes opened this issue 2 months ago • 1 comments

The current code to calculate temporal paths in a TemporalGraph suffers from explosive memory usage, which crashes the kernel. Also, despite using the GPU it is not efficient due to the intermediate calculation of all pairs of edges irrespective of their timestamps.

IngoScholtes avatar Apr 22 '24 16:04 IngoScholtes