Class TabuEntity
java.lang.Object
org.graphstream.algorithm.randomWalk.Entity
org.graphstream.algorithm.randomWalk.TabuEntity
public class TabuEntity extends Entity
A basic entity that chooses edges at random eventually
avoiding some edges based on a memory of recently traversed
edges.
-
Constructor Summary
Constructors Constructor Description TabuEntity()
-
Method Summary
Modifier and Type Method Description void
init(RandomWalk.Context context, org.graphstream.graph.Node start)
Start the entity on the given node.void
step()
-
Constructor Details
-
TabuEntity
public TabuEntity()
-
-
Method Details