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
|
|
@ -43,8 +43,9 @@
|
|||
* course an evaluation function (eoEvalFunc) and a continuator
|
||||
* (eoContinue) which gives the stopping criterion. Performs full
|
||||
* generational replacement.
|
||||
*
|
||||
* @ingroup Algorithms
|
||||
*/
|
||||
|
||||
template <class EOT>
|
||||
class eoSGA : public eoAlgo<EOT>
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue