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 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Abstract class for PSO velocities calculation.
|
||||
* Abstract class for velocities calculation (particle swarm optimization).
|
||||
* All the velocities must derivated from eoVelocity.
|
||||
*/
|
||||
template < class POT > class eoVelocity:public eoBF < POT &,unsigned , void >
|
||||
|
|
|
|||
Reference in a new issue