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

后端 未结 8 539
暗喜
暗喜 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条回答
  •  -上瘾入骨i
    2021-02-04 16:51

    At first glance this seems to be closely related to (or prehaps a special case of) the Metropolis algorithm. So that's another possible direction for searching.

    Addition: This PDF file includes a reference to the original Metropolis paper from 1953.

提交回复
热议问题