Python:在网络模型中模拟搜索算法
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Mac 上,您可以使用 NodeBox:http://nodebox.net/。
On a mac you could use NodeBox: http://nodebox.net/.
NetworkX 支持使用 Graphviz 和 matplotlib。您是否阅读了其文档中的绘图章节?
NetworkX supports drawing using Graphviz and matplotlib. Did you read the drawing-chapter in its documentation?