C/C++动态图库?

发布于 2024-11-18 22:45:37 字数 1539 浏览 4 评论 0原文

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

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

发布评论

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

评论(3

清音悠歌 2024-11-25 22:45:37

由于无论如何你都在做蒙特卡罗,我认为近似平均最短路径长度是可以接受的。在每一步中,您可以对少数节点进行采样,并报告从这些节点之一开始的路径的平均最短路径长度,该长度具有相同的期望并希望具有合理的方差。

或者,您提到的关于动态最短路径的 JACM 论文的参考文献 [3] 是 2004 年的一项实验研究;也许作者会让你使用他们的代码。

Since you're doing Monte Carlo anyway, I assume that it would be acceptable to approximate the average shortest-path length. At each step, you could sample a handful of nodes and report the average shortest-path length for paths starting at one of those nodes, which has the same expectation and hopefully reasonable variance.

Alternatively, reference [3] of the JACM paper you mentioned on dynamic shortest-paths is an experimental study from 2004; perhaps the authors would let you use their code.

无尽的现实 2024-11-25 22:45:37

我知道这么晚了,但是你看过LEMON吗?

I know this late, but have you looked at LEMON?

怎樣才叫好 2024-11-25 22:45:37

你看过 Boost Graph Library

我没有我自己没有使用过它,但作为 Boost 的一部分,您可以期望它具有非常高的质量,但它需要一定程度的 C++ 专业知识。

Have you looked at Boost Graph Library

I haven't used it myself, but as part of Boost you can expect it to be very high quality, but it will demand a measure of C++ expertise.

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