0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Julia495 stars (495 stars)300 forks (300 forks)batch import
enhancementhelp wanted
- Tech stack
- None
- Issue type
- feature
- Research direction
- 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.