I want to implement random walks in which the next edge to be picked is dependent on the previous edge in a trace.
For details, there is a timestamp attribute in the edges. The output traces should be in chronological order.
Currently, the graph contains 1 type of edge, with parallel directed edges. The graph is also with node attributes and edge attributes.
How can I implement this? Thank you.