Skip to content

ryuzakyl/bbob-particle-swarm-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbob-particle-swarm-optimization

Particle Swarm Optimization (PSO) implementation. Benchmarks are based on the Python version of the COCO experimental framework and the post-processing tool.

Implementation details

The code was conceived for Python2.x series. The implementation is based on the section dedicated to PSO in the book Essentials of Metaheuristics (page 53).

COCO tool documentation

Check the documentation from http://coco.gforge.inria.fr/

Source code files description:

  • exampleexperiment.py: Example script for running a whole COCO experiment.
  • exampletiming.py: Example script for running a CPU-timing experiment.
  • bbobbenchmarks.py: BBOB benchmark functions.
  • fgeneric.py: Data writing (logging) module used in exampleexperiment.py equivalent to fgeneric.*

About

A BBOB-based Particle Swarm Optimization (PSO) implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages