Skip to content

xyzeep/PSO2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle Swarm Optimization (PSO) 2D Visualization

I tried visualizing Particle Swarm Optimization (PSO) in C using SDL. Particles move toward a goal based on their own best and the swarm’s best, and the goal can be moved with the mouse.

Demo

Requirements

  • SDL3 library installed on your system.
  • Standard C compiler.

How to Run

build.bat   # compile the code
.\main.exe  # run 

Feel free to clone the repo and play with the source code. Thank you for reading.

About

Simple PSO Visualization in a 2D plane.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages