grouping classes in documentation
This commit is contained in:
parent
44d1ab1bc2
commit
f478817c6e
73 changed files with 326 additions and 164 deletions
|
|
@ -32,6 +32,8 @@
|
|||
/**
|
||||
* Abstract class for (inertia) weight updater (particle swarm optimization).
|
||||
* Used inside classes extending eoVelocity.
|
||||
*
|
||||
* @ingroup Core
|
||||
*/
|
||||
template < class WeightType > class eoWeightUpdater: public eoUF < WeightType &, void > {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue