1 / 14

4 Fundamentals of Particle Swarm Optimization Techniques

4 Fundamentals of Particle Swarm Optimization Techniques. Yoshikazu Fukuyama. 4.1 Introduction. Eberhart and Kennedy developed particle swarm optimization (PSO) based on the analogy of swarms of birds and fish schooling. Each individual exchanges previous experiences in PSO.

gussiel
Télécharger la présentation

4 Fundamentals of Particle Swarm Optimization Techniques

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 4 Fundamentals of Particle Swarm Optimization Techniques Yoshikazu Fukuyama

  2. 4.1 Introduction • Eberhart and Kennedy developed particle swarm optimization (PSO) based on the analogy of swarms of birds and fish schooling. • Each individual exchanges previous experiences in PSO. • These research efforts are called swarm intelligence.

  3. 4.2 Basic Particle Swarm Optimization

  4. 4.2.1 Background of Particle Swarm Optimization • Swarm behavior can be modeled with a few simple rules. • Schools of fishes and swarms of birds can be modeled with such simple models. • Even if the behavior rules of each individual (agent) are simple, the behavior of the swarm can be complicated.

  5. 4.2.1 Background of Particle Swarm Optimization (cont) • Boyd and Richerson examined the decision process of humans and developed the concept of individual learning and cultural transmission. • People utilize two important kinds of information in decision process: their own experience and other people’s experiences.

  6. 4.2.2 Original PSO • Kennedy and Eberhart developed PSO through simulation of bird flocking in a two-dimensional space. • Bird flocking optimizes a certain objective function. • Each agent knows its best value so far (pbest) and its x, y position. This information is an analogy of the personal experiences of each agent.

  7. 4.2.2 Original PSO (cont) • each agent knows the best value so far in the group (gbest) among pbests. This information is an analogy of the knowledge of how the other agents around them have performed.

  8. 4.2.2 Original PSO (cont) • First term in (4.1) is for exploration, the 2nd and 3rd terms are for exploitation.

  9. 4.2.2 Original PSO (cont) • At the beginning of the search procedure, diversification is heavily weighted, while intensification is heavily weighted at the end of the search procedure.

  10. 4.2.2 Original PSO (cont)

  11. 4.2.2 Original PSO (cont)

  12. 4.2.2 Original PSO (cont)

  13. 4.4 Research Areas and Applications

  14. 4.5 Conclusions • PSO can be an efficient optimization tool for nonlinear continuous optimization problems, combinatorial optimization problems, and mixed-integer nonlinear optimization problems (MINLPs).

More Related