项目作者: ChiaT27

项目描述 :
Visualizing Particle Movement in PSO ( Particle Swarm Optimization)
高级语言: Jupyter Notebook
项目地址: git://github.com/ChiaT27/Particle-Swarm-Optimizer.git
创建时间: 2019-12-15T08:59:14Z
项目社区:https://github.com/ChiaT27/Particle-Swarm-Optimizer

开源协议:

下载


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…