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

@ -30,12 +30,13 @@
#include <eoDistribution.h>
/** eoEDA: Estimation of Distribution Algorithm within EO
*
* The abstract class for algorithms that evolve a probability distribution
/** The abstract class for estimation of disribution algorithms.
* This design evolve a probability distribution
* on the spaces of populations rather than a population
*
* It IS NOT an eoAlgo, as it evolves a distribution, not a population
* It IS NOT an eoAlgo, as it evolves a distribution, not a population.
*
* @ingroup Algorithms
*/
template<class EOT> class eoEDA: public eoUF<eoDistribution<EOT>&, void>