more doc groups, cleaner modules hierarchy
This commit is contained in:
parent
4310aaf5cc
commit
8b9aea4a0b
10 changed files with 44 additions and 8 deletions
|
|
@ -35,6 +35,8 @@
|
|||
defined. A best fitness also belongs to the particle.Fitness says how
|
||||
good is the particle for a current iteration whereas the best fitness can be saved for
|
||||
many iterations.
|
||||
|
||||
@ingroup Core
|
||||
*/
|
||||
template < class F > class PO:public EO < F >
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue