by Yubo "Paul" Yang
Particle Swarm Optimization
Presentation Summary
In this presentation, I present:
- Motivation for PSO.
- Show an example where the algorithm works well. (2D Rastrigin)
- Modification needed to apply it to the bin packing problem.
Examples
My pso example to minimize the 2D Rastrigin function notebook (html) and related python library.
References
- Official Tutorial
- Paper on convergence criteria, sign test
- Application to the bin packing problem
All optimization.
- Kevin Kleiner: Algorithm Interest Group on March 22, 2021 · Exploring Stochastic Gradient Descent and its Modifications
- by Yubo "Paul" Yang · Linear Sum Assignment
- by Kevin Ly · PSLQ
- by Chad Germany · Simulated Annealing
- by Brian Busemeyer · BK-Tree
- by Brian Busemeyer · Simulated annealing
- by Brian Busemeyer · Cellular Automaton
- by Juha Tiihonen · Automatic focusing of cameras
- by Yubo "Paul" Yang · Particle Swarm Optimization
- by Brian Busemeyer · Evolutionary algorithms
Yubo "Paul" Yang ALGORITHM
optimization