Python 中的 Ant 聚类算法
我目前正在努力用 Python 实现 Lumer 和 Faieta(1994)的标准 ACA,但很难让某些代码正常工作。
所以基本上,我需要建立一个 2D 网格虚拟世界,其中“规格”的随机空间分布根据某些密度参数 DENSITY 进行初始化,然后实现 NUM_ANTS 只蚂蚁在虚拟世界空间中随机徘徊,而不与规格交互。
有什么见解吗?
I am currently working on implementing the standard ACA by Lumer and Faieta(1994) in Python but have hard time get some part of codes to work.
So basically, I need to set up a 2D-grid virtual world with a random spatial distribution of 'specs' initialized according to some density parameter DENSITY and then implement NUM_ANTS ants that wander randomly around the virtual world space, without interacting with the specs.
Any insight?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论