grouping algorithms in a module of the doc
This commit is contained in:
parent
8d18cbe688
commit
e131c2178e
10 changed files with 41 additions and 29 deletions
|
|
@ -34,6 +34,8 @@
|
|||
is only one operator defined, which takes a population and does stuff to
|
||||
it. It needn't be a complete algorithm, can be also a step of an
|
||||
algorithm. Only used for mono-objective cases.
|
||||
|
||||
@ingroup Algorithms
|
||||
*/
|
||||
template < class POT > class eoPSO:public eoAlgo < POT >{};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue