Browse Source

revise a notation

Ryo Nakamura 1 month ago
parent
commit
c15396472e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rw.org

+ 1 - 1
rw.org

@@ -53,7 +53,7 @@ graph rather than the directed graph for its simplicity.
 Random walk on a graph is a series of movements that an /agent/, i.e.,
 walker, traverses a graph.  Specifically, the operation of an agent is
 described as follows; (i) an agent on vertex $u$ randomly selects
-vertex $v$ of vertices that are adjacent to vertex $v$, and the agent
+vertex $v$ of vertices that are adjacent to vertex $u$, and the agent
 moves to the randomly-selected vertex $v$ among adjacent vertices;
 (ii) procedure (i) is repeated until a given condition is satisfied.
 Strictly speaking, at step $t$, an agent on vertex $u$ selects vertex