0 评论 (0 评论)0 反应 (0 反应)0 负责人 (0 负责人)Julia495 star (495 star)300 fork (300 fork)batch import
enhancementhelp wanted
- 技术栈
- 无
- 议题类型
- 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.