igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Random walk from A to B


From: Tamas Nepusz
Subject: Re: [igraph] Random walk from A to B
Date: Thu, 11 Feb 2016 21:03:12 +0100

Hi Nick,

See my answer from yesterday:
http://lists.nongnu.org/archive/html/igraph-help/2016-02/msg00011.html
T.


On Thu, Feb 11, 2016 at 5:46 PM, Nick Eubank <address@hidden> wrote:
> Hello All,
>
> Any suggestions on the most efficient way to do a random walk starting at
> node A until the walk reaches node B (or hits a max number of iterations)?
>
> I see I could use `random_walk` (in R) and just have it run a long time and
> then look for first arrival at node B, but I don't see a way to terminate
> the random walk when B is reached.
>
> (python-igraph solutions preferred if possible! I'll code it by hand if
> needed, but I have a huge network (10 million nodes), so just want to see if
> there are any pre-compiled functions!)
>
> Thanks!
>
> Nick
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]