|
EvolvingObjects
|
#include <eoCMABreed.h>
Public Member Functions | |
| eoCMABreed (eo::CMAState &state_, unsigned lambda_) | |
| void | operator() (const eoPop< EOT > &parents, eoPop< EOT > &offspring) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Types | |
| typedef eoVector< FitT, double > | EOT |
Private Attributes | |
| eo::CMAState & | state |
| unsigned | lambda |
Definition at line 36 of file eoCMABreed.h.