#include <eoSimpleEDA.h>
Inheritance diagram for eoSimpleEDA< EOT >:

Public Member Functions | |
| eoSimpleEDA (eoDistribUpdater< EOT > &_update, eoEvalFunc< EOT > &_eval, unsigned _popSize, eoContinue< EOT > &_continuator) | |
| Ctor from an eoDistribUpdater ... | |
| virtual void | operator() (eoDistribution< EOT > &_distrib) |
| The algorithm: generate pop from distrib, evaluate pop, update distrib. | |
Private Attributes | |
| eoDistribUpdater< EOT > & | update |
| eoEvalFunc< EOT > & | eval |
| unsigned | popSize |
| eoContinue< EOT > & | continuator |
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
Definition at line 46 of file eoSimpleEDA.h.
|
||||||||||||||||||||||||
|
Ctor from an eoDistribUpdater ... plus an eoEval and eoContinue of course Definition at line 53 of file eoSimpleEDA.h. |
1.3.9.1