Clean test.
This commit is contained in:
parent
5a4596862b
commit
23a0b8f77b
6 changed files with 131 additions and 92 deletions
|
|
@ -121,6 +121,11 @@ public:
|
|||
*/
|
||||
virtual bool isStopped(void) const;
|
||||
|
||||
/**
|
||||
* Check if there is population to receive
|
||||
*/
|
||||
virtual void receive(void);
|
||||
|
||||
protected:
|
||||
|
||||
/**
|
||||
|
|
@ -129,11 +134,6 @@ protected:
|
|||
*/
|
||||
virtual void send(eoSelect<EOT>& _select);
|
||||
|
||||
/**
|
||||
* Check if there is population to receive
|
||||
*/
|
||||
virtual void receive(void);
|
||||
|
||||
eoEvalFunc<EOT>& eval;
|
||||
eoPop<EOT>& pop;
|
||||
EOAlgo<EOT> algo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue