grouping classes in documentation
This commit is contained in:
parent
44d1ab1bc2
commit
f478817c6e
73 changed files with 326 additions and 164 deletions
|
|
@ -29,6 +29,8 @@
|
|||
/**
|
||||
* Abstract class for neighborboods. Used for particle swarm optimization
|
||||
* topology strategies. Can be social or physical.
|
||||
*
|
||||
* @ingroup Selectors
|
||||
*/
|
||||
template < class POT > class eoNeighborhood
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue