Directed probability graph - algorithm to reduce cycles?

后端 未结 4 1400
抹茶落季
抹茶落季 2021-02-07 21:28

Consider a directed graph which is traversed from first node 1 to some final nodes (which have no more outgoing edges). Each edge in the graph has a probability ass

4条回答
  •  醉梦人生
    2021-02-07 22:20

    I found this question while researching directed cyclic graphs. The probability of reaching each of the final nodes can be calculated using absorbing Markov chains.

    The video Markov Chains - Part 7 (+ parts 8 and 9) explains absorbing states in Markov chains and the math behind it.

提交回复
热议问题