Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 C# 中创建这个马尔可夫链。我需要知道除了邻接列表之外是否还有其他结构可以在这种情况下更好地工作。另外,我如何使用现有的 .Net 集合类型来实现这一点。
QuickGraph是一个非常好的通用图形库。它有一些用于行走马尔可夫链的实现。我建议查看源代码。