开发者

PSO ring topology - how does it work?

I know that the topology of the global optimum is searched for each particle and global for the entire swarm.

The ring, I know that there are a few neighborhoods and searched a lbest, a local optimum. My question: Is there still a global optimum in the whole swarm? And 开发者_StackOverflowif not then how are they linked all the different neighborhoods lbest?

Can you explain to me the principle of ring topology or some helpful link?


Regarding PSO topologies, the idea is to form "networks" of particles that share their best location instead of using a global best location; in the ring topology, each agent has two neighbors, such that the overall network has the form of a ring (that is, there is a cycle in the topology).

Of course, if you use a topology which is not global (that is, the particle has a limited number of neighbors such as in the case of the ring), then the global optimum of the swarm is not used by the particles.

A good resource regarding PSO is the course given by Prof. Alcherio Martinoli at EPFL. Check out lecture 4 there: http://bit.ly/hvtpto.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜