added doc details to recognize particle swarm optimization

This commit is contained in:
tlegrand 2007-07-03 09:13:07 +00:00
commit 3adf8a19f4
20 changed files with 25 additions and 20 deletions

View file

@ -32,7 +32,8 @@
/**
* Update an inertia weight by assigning it a Gaussian randomized value.
* Update an inertia weight by assigning it a Gaussian randomized value
* (used for the velocity in particle swarm optimization).
*/
class eoGaussRealWeightUp:public eoWeightUpdater<double>
{