Python:在网络模型中模拟搜索算法

发布于 2024-08-19 04:31:53 字数 76 浏览 8 评论 0原文

我正在使用 networkx 包来绘制幂律图。我想在此图上模拟搜索算法,并希望直观地看到算法从图上的一个节点移动到另一个节点。我该怎么做?

I am using networkx package to draw power law graphs. I want to simulate a search algorithm on this graph and want to visually see the algorithm move from one node to another on the graph. How do I do that?

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

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

发布评论

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

评论(2

触ぅ动初心 2024-08-26 04:31:53

在 Mac 上,您可以使用 NodeBox:http://nodebox.net/

On a mac you could use NodeBox: http://nodebox.net/.

执笏见 2024-08-26 04:31:53

NetworkX 支持使用 Graphvizmatplotlib。您是否阅读了其文档中的绘图章节?

NetworkX supports drawing using Graphviz and matplotlib. Did you read the drawing-chapter in its documentation?

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