Where can I learn more about “ant colony” optimizations?

后端 未结 8 696
暗喜
暗喜 2021-02-04 16:05

I\'ve been reading things here and there for a while now about using an \"ant colony\" model as a heuristic approach to optimizing various types of algorithms. However, I have

8条回答
  •  南旧
    南旧 (楼主)
    2021-02-04 16:56

    The best resource for these topics is Google scholar. Ive been working on Ant Colony Optimization algorithms for a while, here are some good papers:

    • Ant Colony Optimization - A New Metaheuristic
    • Ant Colony Optimization - Artificial Ants as a Computational Intelligence Technique

    Just search for "Ant Colony" on google scholar.

    Also, search for papers published by Marco Dorigo.

提交回复
热议问题