Namespace QuikGraph.Algorithms.RandomWalks
Classes
CyclePoppingRandomTreeAlgorithm<TVertex, TEdge>
Wilson-Propp Cycle-Popping algorithm for Random Tree Generation.
MarkovEdgeChainBase<TVertex, TEdge>
Base class for any implementation of a Markov chain.
NormalizedMarkovEdgeChain<TVertex, TEdge>
Normalized Markov chain implementation.
RandomWalkAlgorithm<TVertex, TEdge>
Random walk algorithm (using edge chain).
RoundRobinEdgeChain<TVertex, TEdge>
Round Robin chain implementation.
VanishingWeightedMarkovEdgeChain<TVertex, TEdge>
Markov chain with weight vanishing based on a factor.
WeightedMarkovEdgeChain<TVertex, TEdge>
Markov chain with weight.
WeightedMarkovEdgeChainBase<TVertex, TEdge>
Base class for Markov chain with weight.
Interfaces
IEdgeChain<TVertex, TEdge>
Set of edges forming chain of edges.
IMarkovEdgeChain<TVertex, TEdge>
A Markov edges chain.