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

Public Member Functions | |
| moeoSelectOneFromPopAndArch (eoSelectOne< EOT > &_popSelectOne, eoSelectOne< EOT > _archSelectOne, moeoArchive< EOT > &_arch, double _ratioFromPop=0.5) | |
| Ctor. | |
| moeoSelectOneFromPopAndArch (eoSelectOne< EOT > &_popSelectOne, moeoArchive< EOT > &_arch, double _ratioFromPop=0.5) | |
| Ctor - the archive's selection operator is a random selector. | |
| virtual const EOT & | operator() (const eoPop< EOT > &pop) |
| The selection process. | |
| virtual void | setup (const eoPop< EOT > &_pop) |
| Setups some population stats. | |
Private Attributes | |
| eoSelectOne< EOT > & | popSelectOne |
| The population's selection operator. | |
| eoSelectOne< EOT > & | archSelectOne |
| The archive's selection operator. | |
| moeoArchive< EOT > & | arch |
| the archive | |
| double | ratioFromPop |
| the ratio of selected individuals from the population | |
| eoRandomSelect< EOT > | randomSelect |
| the random selection operator | |
Definition at line 25 of file moeoSelectOneFromPopAndArch.h.
|
||||||||||||||||||||||||
|
Ctor.
Definition at line 37 of file moeoSelectOneFromPopAndArch.h. |
|
||||||||||||||||||||
|
Ctor - the archive's selection operator is a random selector.
Definition at line 49 of file moeoSelectOneFromPopAndArch.h. |
1.4.6