grouping classes in documentation
This commit is contained in:
parent
284b048dcc
commit
8e70cbea01
39 changed files with 140 additions and 23 deletions
|
|
@ -34,6 +34,8 @@
|
|||
/**
|
||||
* Update an inertia weight by assigning it a Gaussian randomized value
|
||||
* (used for the velocity in particle swarm optimization).
|
||||
*
|
||||
* @ingroup Variators
|
||||
*/
|
||||
class eoGaussRealWeightUp:public eoWeightUpdater<double>
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue