在 c++ 中实现离散马尔可夫链模拟带图形界面

发布于 2024-11-16 09:56:26 字数 79 浏览 3 评论 0原文

我只是想知道是否有人有任何支持马尔可夫建模和图形表示的库的指针,对于一个项目,我必须模拟传输模型并能够为其开发一个接口。我对 C++ 比较陌生。

I just wanted to know if any one had any pointers for a library or libraries that support Markov modelling and graphical graph representation, as for a project i must simulate a transport model and be able to develop an interface for it too. I am relatively new to c++.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

双手揣兜 2024-11-23 09:56:26

看看 Boost Graph将简化您所有的图表工作。我不确定是否存在马尔可夫链算法(我也在寻找一个),但是一旦有了图,它应该很容易编写——也许是并发蒙特卡罗方法?

Numerical Recipes 有许多 C 和 C 语言的算法和代码C++。

graphviz 工具是绘制图表所需的全部工具。

Have a look at Boost Graph as it will simplify all your graph work. I am unsure if there is a Markov Chain algiorithm (I am looking for one too) but it should be easy to write once you have the graph -- a concurrent monte carlo approach maybe?

Numerical Recipes has many algorithm and code in both C and C++.

The graphviz tools are all you need to draw graphs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文