Skip to content

YangGao1991/Particle-Swarm-Optimization-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Particle-Swarm-Optimization-Framework

Particle swarm optimization is a kind of swarm intelligence optimization algorithm. For more information about PSO, please refer to https://en.wikipedia.org/wiki/Particle_swarm_optimization

This is the framework for working with particle swarm optimization with various algorithms, changeable structures and numerous benchmark functions.

To get start, you just need to type in codes like this in main function:

void runSDPSO(); //for running standard PSO

About

the framework for working with particle swarm optimization with various algorithms, changeable structures and numerous benchmark functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published