GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
ParticleSwarmOptimization.h File Reference

This class implements a template based ParticleSwarmOptimization algorithm. More...

#include "../../Util/GRTCommon.h"
#include "PSOParticle.h"

Go to the source code of this file.

Classes

class  ParticleSwarmOptimization< PARTICLE_TYPE, OBSERVATION_TYPE >
 

Detailed Description

This class implements a template based ParticleSwarmOptimization algorithm.

Author
Nicholas Gillian ngill.nosp@m.ian@.nosp@m.media.nosp@m..mit.nosp@m..edu
Version
1.0
Remarks
This implementation is based on Reyes-Sierra, Margarita, and CA Coello Coello. "Multi-objective particle swarm optimizers: A survey of the state-of-the-art." International journal of computational intelligence research 2, no. 3 (2006): 287-308.

Definition in file ParticleSwarmOptimization.h.