grouping classes in documentation
This commit is contained in:
parent
44d1ab1bc2
commit
f478817c6e
73 changed files with 326 additions and 164 deletions
|
|
@ -31,6 +31,8 @@
|
|||
|
||||
/** eoRealParticle: Implementation of a real-coded particle for
|
||||
* particle swarm optimization. Positions, velocities and best positions are real-coded.
|
||||
*
|
||||
* @ingroup Real
|
||||
*/
|
||||
template < class FitT> class eoRealParticle: public eoVectorParticle<FitT,double,double>
|
||||
|
||||
|
|
|
|||
Reference in a new issue