paradiseo/smp/src
2014-05-25 21:52:22 +02:00
..
MWAlgo Migration from SVN 2012-08-30 11:30:11 +02:00
topology Bracket in ring topo... 2013-02-08 10:26:23 +01:00
abstractIsland.h Fix critical memory issue. Sent messages are launched asynchronously and only -std::future- results are stocked. This enable to check if a thread has completed its task (update methods in Model and Island return always true in that purpose) unlike the std:🧵:joinable method. 2013-02-20 01:51:38 +01:00
algoDispatching.h Update documentation 2012-12-09 21:42:47 +01:00
bimap.cpp Erase-remove idiom in Island and Bimap to avoid invalid iterators (Nils Mangelsen) 2013-02-07 22:48:41 +01:00
bimap.h eoInvertedContinue + minor modifications 2013-01-05 15:35:12 +01:00
CMakeLists.txt Wrapper on eoFitContinue in order to allow islands to stop as soon as an island found a good solution 2013-11-21 12:40:24 +01:00
contDispatching.h Update documentation 2012-12-09 21:42:47 +01:00
contWrapper.cpp Add notion of base EOT for heterogeneous model. Island can be templated on a EOT regardless the EOT of its model. Island must have a conversion function from and to base EOT. Base EOT is optionnal and would be considered as EOT. In that case, conversion functions would be identity function. 2012-12-02 15:36:30 +01:00
contWrapper.h Clean includes 2012-12-09 22:08:50 +01:00
intPolicy.h Clean includes 2012-12-09 22:08:50 +01:00
island.cpp Invalidate individuals in order to force evaluation in Island. Remove some debug messages. 2013-11-22 08:31:46 +01:00
island.h Fix build for SMP 2013-05-31 00:10:47 +02:00
islandModel.cpp Invalidate individuals in order to force evaluation in Island. Remove some debug messages. 2013-11-22 08:31:46 +01:00
islandModel.h Fix critical memory issue. Sent messages are launched asynchronously and only -std::future- results are stocked. This enable to check if a thread has completed its task (update methods in Model and Island return always true in that purpose) unlike the std:🧵:joinable method. 2013-02-20 01:51:38 +01:00
islandModelWrapper.h Forgot test. 2012-12-21 19:21:39 +01:00
islandNotifier.cpp Add islandNotifier to allow the mig and int policy to be checked in the island. The islandNotifier is added to the algorithm continuator and will make the island perform a binded task. In the case of island, the task is to check policies. 2012-11-11 22:36:21 +01:00
islandNotifier.h Fix doc 2013-01-19 19:45:10 +01:00
migPolicy.h Clean includes 2012-12-09 22:08:50 +01:00
MWModel.cpp Add notifier and delete Thread class 2012-12-04 23:09:08 +01:00
MWModel.h Clean includes 2012-12-09 22:08:50 +01:00
notifier.cpp Wrap model in order to create homogeneous model easily. 2012-12-09 19:33:48 +01:00
notifier.h Fix doc 2013-01-19 19:45:10 +01:00
policiesDispatching.h Clean includes 2012-12-09 22:08:50 +01:00
policyElement.cpp Forgot test. 2012-12-21 19:21:39 +01:00
policyElement.h Clean includes 2012-12-09 22:08:50 +01:00
PPExpander.h Fix doc 2013-01-19 19:45:10 +01:00
scheduler.cpp Fix a bug in SMP Master / Worker model when the population size is lower than the number of workers. 2014-05-25 21:52:22 +02:00
scheduler.h Prefix guards with SMP_ to avoid conflicts 2012-12-09 20:48:49 +01:00
sharedFitContinue.cpp Wrapper on eoFitContinue in order to allow islands to stop as soon as an island found a good solution 2013-11-21 12:40:24 +01:00
sharedFitContinue.h Wrapper on eoFitContinue in order to allow islands to stop as soon as an island found a good solution 2013-11-21 12:40:24 +01:00
smp Migration from SVN 2012-08-30 11:30:11 +02:00
smp.h Wrapper on eoFitContinue in order to allow islands to stop as soon as an island found a good solution 2013-11-21 12:40:24 +01:00