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,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>
|
||||
|
|
|
|||
Reference in a new issue