Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 841 Bytes

File metadata and controls

15 lines (11 loc) · 841 Bytes

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.*