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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue