Create more doxygen groups for base classes, clean some doc
This commit is contained in:
parent
2670bd857f
commit
044d1223bb
14 changed files with 114 additions and 41 deletions
|
|
@ -27,6 +27,12 @@
|
|||
|
||||
#include <PO.h>
|
||||
|
||||
|
||||
/**
|
||||
@addtogroup Core
|
||||
@{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Main class for particle representation of particle swarm optimization. The positions, velocities and the best positions
|
||||
* associated to the particle are stored as vectors. Inheriting from PO and std::vector,
|
||||
|
|
@ -146,3 +152,4 @@ public:
|
|||
};
|
||||
|
||||
#endif /*_EOVECTORPARTICLE_H*/
|
||||
/** @} */
|
||||
|
|
|
|||
Reference in a new issue