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
|
|
@ -32,7 +32,7 @@
|
|||
#include <eoSTLFunctor.h>
|
||||
#include <utils/eoRndGenerators.h>
|
||||
|
||||
/** Abstract class for PSO velocities initilization.*/
|
||||
/** Abstract class for velocities initilization of particle swarm optimization.*/
|
||||
template < class POT > class eoVelocityInit:public eoInit < POT >
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Reference in a new issue