added doc details to recognize particle swarm optimization
This commit is contained in:
parent
967b6b7741
commit
3adf8a19f4
20 changed files with 25 additions and 20 deletions
|
|
@ -29,7 +29,8 @@
|
|||
#include <eoVectorParticle.h>
|
||||
|
||||
|
||||
/** eoRealParticle: Implementation of a real-coded particle. Positions, velocities and best positions are real-coded.
|
||||
/** eoRealParticle: Implementation of a real-coded particle for
|
||||
* particle swarm optimization. Positions, velocities and best positions are real-coded.
|
||||
*/
|
||||
template < class FitT> class eoRealParticle: public eoVectorParticle<FitT,double,double>
|
||||
|
||||
|
|
|
|||
Reference in a new issue