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
|
|
@ -30,7 +30,8 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Abstract class for (inertia) weight updater. Used inside classes extending eoVelocity.
|
||||
* Abstract class for (inertia) weight updater (particle swarm optimization).
|
||||
* Used inside classes extending eoVelocity.
|
||||
*/
|
||||
template < class WeightType > class eoWeightUpdater: public eoUF < WeightType &, void > {};
|
||||
|
||||
|
|
|
|||
Reference in a new issue