grouping algorithms in a module of the doc

This commit is contained in:
Johann Dreo 2010-11-01 15:34:27 +01:00
commit e131c2178e
10 changed files with 41 additions and 29 deletions

View file

@ -34,13 +34,15 @@
#include <eoDistribUpdater.h>
#include <eoEvalFunc.h>
/** eoSimpleEDA: a very simple Estimation of Distribution Algorithm
/** A very simple Estimation of Distribution Algorithm
*
* The algorithm that evolves a probability distribution
* on the spaces of populations with the loop
* generate a population from the current distribution
* evaluate that population
* update the distribution
*
* @ingroup Algorithms
*/
template<class EOT> class eoSimpleEDA: public eoEDA<EOT>