#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.
| moeoSelectOneFromPopAndArch< EOT >::moeoSelectOneFromPopAndArch | ( | eoSelectOne< EOT > & | _popSelectOne, | |
| eoSelectOne< EOT > | _archSelectOne, | |||
| moeoArchive< EOT > & | _arch, | |||
| double | _ratioFromPop = 0.5 | |||
| ) | [inline] |
Ctor.
| _popSelectOne | the population's selection operator | |
| _archSelectOne | the archive's selection operator | |
| _arch | the archive | |
| _ratioFromPop | the ratio of selected individuals from the population |
Definition at line 37 of file moeoSelectOneFromPopAndArch.h.
| moeoSelectOneFromPopAndArch< EOT >::moeoSelectOneFromPopAndArch | ( | eoSelectOne< EOT > & | _popSelectOne, | |
| moeoArchive< EOT > & | _arch, | |||
| double | _ratioFromPop = 0.5 | |||
| ) | [inline] |
Ctor - the archive's selection operator is a random selector.
| _popSelectOne | the population's selection operator | |
| _arch | the archive | |
| _ratioFromPop | the ratio of selected individuals from the population |
Definition at line 49 of file moeoSelectOneFromPopAndArch.h.
1.5.1