Benjamin Bouvier
dc0f995ff4
eoserial: typos (comment + throw exceptions)
2013-03-22 00:37:25 +01:00
Benjamin Bouvier
eb047ed39c
eoserial: easy serialization with eoserial::serialize and eoserial::deserialize.
2013-03-15 20:33:50 +01:00
Benjamin Bouvier
f412139549
eoserial: bugfix: String -> SerialString.
2013-03-15 20:33:25 +01:00
Benjamin Bouvier
10148ae00b
eoserial: renamed String/Object/Array into Serial* to avoid compiler confusion.
2013-03-15 19:26:32 +01:00
Benjamin Bouvier
43cb068d53
eoserial:: const correctness for String.
2013-03-15 19:17:40 +01:00
canape
23ec522104
merge error (2013-02-07 by canape) with islandmodel branch has been
...
corrected (a constructor of eoEasyEA had been deleted)
2013-03-05 18:44:48 +01:00
Johann Dreo
6cd61e2e2c
Merge branch 'master' of git+ssh://localhost:8481/gitroot/paradiseo/paradiseo
2013-02-22 14:01:12 +01:00
Johann Dreo
e5f7fd7f1b
Merge branch 'mpi-exp'
2013-02-22 13:58:34 +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
canape
386fc1d56a
To fix a "bug" in smp
2013-02-07 09:31:33 +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
953b4377e9
Merge branch 'islandmodel'
2013-01-21 10:31:40 +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
a3c6c8c16e
regression: local/local
2013-01-02 11:47:17 +01:00
Johann Dreo
188d1b4c56
REMOVE the generic fitness templates in eoSecondMomentStats in favor of scalar ones ; comment out old unused code
2012-11-23 16:52:35 +01:00
Johann Dreo
5453c8bda0
add the eoEvalDump class, that write a solution in a file during at evaluation
2012-11-23 16:50:36 +01:00
Johann Dreo
f2950521a4
add a 'found' method to eoEvalKeepBest, to test wether a best solution was evaluated
2012-11-23 13:54:49 +01:00
Johann Dreo
740275b31a
more generic eoSecondMomentStats: use EOT::Fitness instead of double
2012-11-22 14:47:13 +01:00
quemy
f83191bedd
Fix the bus in install location which is now determine by the OS
2012-11-03 18:44:19 +01:00
Johann Dreo
c7d3636603
change private members to protected in eoSyncEasyPSO.h
2012-10-07 21:06:50 +02:00
Johann Dreo
06ff0b682b
fix build system : make eo/edo tests work
2012-10-07 19:48:15 +02:00
Johann Dreo
8a81bd2191
update the build system: only basic build works
2012-10-06 01:08:59 +02:00
Benjamin BOUVIER
c48b3979c3
eo::serial::Parser: if spaces were present after colons, they were not ignored. Fixed by this patch.
2012-10-05 18:06:45 -04:00
quemy
63f2852ffc
backport the new build system from eo/ 2.0 to the merged eo/
2012-10-05 20:34:59 +02:00
Benjamin BOUVIER
542e5d870e
Merge branch 'master' of https://github.com/nojhan/eodev
2012-10-01 23:32:06 -04:00
Benjamin BOUVIER
bd9767a05d
Timer: force measures to be retrieved even if parallel.doMeasure() isn't set.
2012-10-01 23:26:21 -04:00
Benjamin BOUVIER
3769021a23
Bugfix Serialization parser: spaces can be inserted before or after the arrays.
2012-10-01 23:25:51 -04:00
Benjamin BOUVIER
7fe2bc587a
eoRNG: added a clearCache() function for cleaning the normal() cached value
2012-10-01 22:23:07 -04:00
Johann Dreo
c2d663f495
make the converting constructor of the eoLogger helper classes explicits (avoid warnings about ambiguousus conversions on ostream streams operators)
2012-10-01 15:28:27 +02:00
Benjamin BOUVIER
9d4742c995
TimerStat: better precision for wallclock time.
2012-09-18 22:03:07 -04:00
Benjamin BOUVIER
aa5e8bf6f3
Added method clean for eoTimerStat
2012-09-18 20:50:26 -04:00
Johann Dreo
e10f823c94
add a way to inherit from an eoEvalKeepBest
2012-09-07 15:30:07 +02:00
Johann Dreo
8117f93877
Merge branch 'master' of ssh://trtpa101/home/nojhan/code/eodev
2012-09-07 10:35:56 +02:00
Johann Dreo
de201e1007
add an evaluator wrapper that keep the best individual found so far
2012-09-06 20:52:15 +02:00
Johann Dreo
b83372b57b
Add a stat to keep the best individual found so far, even for non-monotonic algorithms
2012-09-06 16:05:00 +02:00
quemy
8cd56f37db
Migration from SVN
2012-08-30 11:30:11 +02:00
Benjamin Bouvier
c50eadc891
MPI: added comments for use of eo::mpi::Channel::Messages.
2012-08-06 15:28:10 +02:00
Benjamin Bouvier
3e449c9df9
MPI: removed unused parameter seeds in MultiStart ctor.
2012-08-03 16:41:42 +02:00
Benjamin Bouvier
026764215f
MPI: const correctness in Static Assignment constructor and reinit functions.
2012-08-03 16:41:23 +02:00
Benjamin Bouvier
d8edf16189
MPI: Show debug messages into log even in release mode.
2012-08-03 16:40:55 +02:00
Benjamin Bouvier
0dca473aac
MPI Multistart: using pop_eval functions instead of eval functions for resetters.
2012-08-03 11:42:44 +02:00
Benjamin Bouvier
d48f045451
MPI: Commands channel is now used only for job level informations, messages channels for data used in a job.
2012-08-02 16:46:00 +02:00
Benjamin Bouvier
b31c520eba
Removed all remaining warnings at compilation
2012-07-27 15:22:23 +02:00
Benjamin Bouvier
11f01d5a53
Merge branch 'master' of /tools/eo
2012-07-27 15:10:07 +02:00
Benjamin Bouvier
a7ce5c3ffb
eoMpi: memory leak when setting own job functors. Fixed
2012-07-27 15:09:59 +02:00