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

Public Member Functions | |
| eoGeneralBreeder (eoSelectOne< EOT > &_select, eoGenOp< EOT > &_op, double _rate=1.0, bool _interpret_as_rate=true) | |
| Ctor:. | |
| eoGeneralBreeder (eoSelectOne< EOT > &_select, eoGenOp< EOT > &_op, eoHowMany _howMany) | |
| Ctor:. | |
| void | operator() (const eoPop< EOT > &_parents, eoPop< EOT > &_offspring) |
| The breeder: simply calls the genOp on a selective populator! | |
| virtual std::string | className () const |
| The class name. | |
Private Attributes | |
| eoSelectOne< EOT > & | select |
| eoGenOp< EOT > & | op |
| eoHowMany | howMany |
Definition at line 46 of file eoGeneralBreeder.h.
|
||||||||||||||||||||||||
|
Ctor:.
Definition at line 56 of file eoGeneralBreeder.h. |
|
||||||||||||||||||||
|
Ctor:.
Definition at line 69 of file eoGeneralBreeder.h. |
|
||||||||||||||||
|
The breeder: simply calls the genOp on a selective populator!
Implements eoBF< const eoPop< EOT > &, eoPop< EOT > &, void >. Definition at line 80 of file eoGeneralBreeder.h. |
1.3.9.1