Mecanism to isolate stopped island in topology

This commit is contained in:
quemy 2012-11-24 16:23:01 +01:00
commit cf93d6aeb4
5 changed files with 32 additions and 37 deletions

View file

@ -117,7 +117,6 @@ protected:
*/
virtual void receive(void);
IslandModel<EOT>* model;
eoEvalFunc<EOT>& eval;
eoPop<EOT> pop;
EOAlgo<EOT> algo;
@ -126,7 +125,7 @@ protected:
MigPolicy<EOT>& migPolicy;
std::atomic<bool> stopped;
std::vector<std::thread> sentMessages;
IslandModel<EOT>* model;
};
#include <island.cpp>