0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Julia495 stars (495 stars)300 forks (300 forks)batch import
enhancementhelp wanted
- 技術スタック
- なし
- Issue 種別
- feature
- 調査方針
- The issue references a comment in issue #83 on the same repo. First, find the MarkovChain implementation, likely in src/markov chain.jl. Understand the existing structure (e.g., how other properties like stationary distributions are implemented). Then implement a cyclic classes function that returns the communication classes of the Markov chain, maybe using graph theory. Look at the test file to see what tests are expected. The comment in #83 may contain additional details.