Package org.graphstream.algorithm.randomWalk

  • Class Summary 
    Class Description
    Entity
    A base entity for the RandomWalk algorithm.
    RandomWalk
    A random walk on a graph.
    TabuEntity
    A basic entity that chooses edges at random eventually avoiding some edges based on a memory of recently traversed edges.