Johann Dreo
dfbc21a4f2
use the same add_subdirectory convention as in the following commands
2013-02-22 13:57:22 +01:00
liefooga
b814621650
cout removed
2013-02-22 12:24:45 +01:00
liefooga
1cd3fd6a30
minor bugs in MO
2013-02-22 12:16:37 +01:00
quemy
ca44e95add
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
liefooga
cdeb1929e2
bug in moeoConvertPopToObjectiveVectors.h
2013-02-14 12:55:44 +01:00
liefooga
e15d03a90e
moShiftNeighbor corrected
2013-02-08 09:27:43 +01:00
quemy
f8bde01588
Bracket in ring topo...
2013-02-08 10:26:23 +01:00
quemy
b411e85607
The topology is reconstructed even if the number of nodes did not change in order to start the model more than once (Nils Mangelsen)
2013-02-07 23:24:15 +01:00
quemy
c9c982fb81
Avoid race condition by manualy setting the island statut on running (Nils Mangelsen)
2013-02-07 23:18:39 +01:00
quemy
d41cbbe781
Erase-remove idiom in Island and Bimap to avoid invalid iterators (Nils Mangelsen)
2013-02-07 22:48:41 +01:00
quemy
bbe3553f47
Clear the sentMessages container in Island and IslandModel in order to use the model more than once (Nils Mangelsen)
2013-02-07 22:04:14 +01:00
canape
23df679f51
some modifications for EDO
...
You have to sove this problems:
EDO: t-dispatcher-round (commented)
MOOE: Lesson4 (commented)
MO: t-moRndIndexedVectorTabuList (commented)
2013-02-07 14:43:11 +01:00
verel
dea818c2b5
modification and correction of moShiftNeighbor
...
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/paradiseo/paradiseo
2013-02-07 12:08:18 +01:00
verel
1ef2a89dbf
changed the moShiftNeighor
2013-02-07 12:05:54 +01:00
canape
386fc1d56a
To fix a "bug" in smp
2013-02-07 09:31:33 +01:00
canape
1ceb9d6b7d
Merge branch 'master' of git+ssh://canape@scm.gforge.inria.fr//gitroot/paradiseo/paradiseo.git
2013-02-07 07:47:27 +01:00
verel
12ee2c5471
changed the moMonOpPerturb
2013-02-06 14:35:32 +01:00
verel
fd4e20d54d
changed the moMonOpPerturb
2013-02-06 14:30:42 +01:00
verel
3e78afdd59
Modify incremental eval QAP
2013-02-06 12:08:15 +01:00
canape
0c35ff4859
Merge branch 'master' of git+ssh://canape@scm.gforge.inria.fr//gitroot/paradiseo/paradiseo.git
2013-02-06 08:15:03 +01:00
Johann Dreo
e3d8ae04ee
git ignore built files
2013-01-31 11:54:32 +01:00
Benj Bouv
86436fb9e4
eo::mpi experiment functional again with paradiseo.
2013-01-30 22:42:34 +01:00
Benj Bouv
a90fdcbe18
CMake option for MPI.
2013-01-30 22:41:31 +01:00
Benj Bouv
070d23de78
eo: eoTimerStat becomes serializable by default
2013-01-30 22:40:41 +01:00
Benj Bouv
ba699c6e2e
eo::serial is compiled by default with eo
2013-01-30 22:40:09 +01:00
Benj Bouv
70397c5ac8
Merge remote-tracking branch 'eodev/master' into mpi-exp
2013-01-30 19:29:36 +01:00
quemy
6517f3e953
Fix the main include file of smp (.cpp -> .h
2013-01-23 20:15:49 +01:00
canape
bf3e415271
corrected Find
2013-01-22 10:59:53 +01:00
quemy
953b4377e9
Merge branch 'islandmodel'
2013-01-21 10:31:40 +01:00
quemy
69dbed6518
Add lessons.
2013-01-19 20:52:28 +01:00
quemy
3345e4dc1d
Fix doc
2013-01-19 19:45:10 +01:00
quemy
e8c188b688
Clean heterogeneous test
2013-01-19 01:09:24 +01:00
quemy
49190367af
Fix warnings in debug
2013-01-19 00:46:08 +01:00
quemy
4266aaf5ee
Fix authors
2013-01-18 23:15:54 +01:00
lasnier
ff5df75297
adding custom topologies, src and test
2013-01-11 00:20:09 +01:00
quemy
b30e0a9695
eoInvertedContinue + minor modifications
2013-01-05 15:35:12 +01:00
marcello-ptr
d706968c31
logger outbuf not initialized when ostream ctor is called
...
A crash happens on the static initialization of eoLogger eo::log;
at the end of the file eoLogger.cpp (line 255)
The reason is that the ctor used to initialize the std::eostream base class of
eoLogger is invoked with an _obuf argument while _obuf has not been initialized
already.
The solution is to call the function
std::ostream::init(&_obuf)
after the ctor initalizer list, i.e. inside the body ctor.
2013-01-04 17:09:06 +01:00
marcello-ptr
6ae4d1e7e5
adjustments in compatibility.h for vs2010 and STLPort
...
Higher _MSC_VER.
The definitions of std::min and std::max workarounds
should be enclosed within _STLP_INTERNAL_ALGOBASE_H
because STLPort provides the fix already.
2013-01-04 16:06:06 +01:00
canape
3813828dce
regression with local directory and {LIB} directory
2013-01-03 10:25:08 +01:00
canape
8b0f31c7eb
regression: edo
2013-01-03 09:29:48 +01:00
canape
a3c6c8c16e
regression: local/local
2013-01-02 11:47:17 +01:00
quemy
0f1add5c6a
Forgot test.
2012-12-21 19:21:39 +01:00
quemy
fc2ea957a4
Add function to wrap model in order to create homogeneous model easily
2012-12-21 11:39:46 +01:00
verel
0f9434387e
some small changes on tutorial after fusion
2012-12-20 16:36:19 +01:00
verel
1da5f37d96
dd the include moOrderNeighborhood.h
2012-12-19 14:34:49 +01:00
nojhan
5c05581a8b
a new logo, merged of the old ones, vectorized manually
2012-12-18 23:34:41 +01:00
Johann Dreo
291bb7ce14
manual merge in favor of the CMakeLists of the fusion branch
2012-12-18 11:39:06 +01:00
quemy
742b634beb
Improve bimap
2012-12-09 22:21:57 +01:00
quemy
d72afd64fb
Optimize communications with std::move to avoid data duplications
2012-12-09 22:21:17 +01:00
quemy
3fd610a08b
Clean includes
2012-12-09 22:08:50 +01:00