Skip to content

Visualizing Particle Movement in PSO ( Particle Swarm Optimization)

Notifications You must be signed in to change notification settings

ChiaT27/Particle-Swarm-Optimizer

Repository files navigation

Particle-Swarm-Optimization

PSO is a simple but powerful population based heuristic search method useful for solving optimization problems. PSO has widely been classified as both a Swarm and Evolutionary Computation technique mainly because of its source of inspiration and the criteria it uses to find a solutionto a problem. In this repository, I will be uploading variants of PSO i happen to code from research papers. To Understand how particle swarm optimization works, there is a notebook with visualization of particle movement. the visalization can help with understanding not only particle movement but also the effects of inertia weight and acceleration coefficients on swarm behavior. Stay tune...

  • In this repository, you can find the folowing:
  1. Visualization of Particle Movement
  2. Implementations of Other PSO variants (mainly from research papers)
  3. Benchmark functions for testing algorithm. Stay tune...

About

Visualizing Particle Movement in PSO ( Particle Swarm Optimization)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published