Commit graph

226 commits

Author SHA1 Message Date
paradiseo
45ce5f8404 little change to delete warnings 2009-01-27 16:30:18 +00:00
paradiseo
37c3989ee9 test on PSO changed. 2009-01-22 10:18:10 +00:00
paradiseo
080f98bffa Cmake configuration modified 2009-01-14 14:50:46 +00:00
tlegrand
a1ee120589 imrproved PSO topology/velocity tests 2008-04-18 08:58:42 +00:00
tlegrand
78a798d169 added eoExtendedvelocity (+doc + test) that takes both the local best and the global of a PSO topology into account. Also updated the doc tags for the other topologies and velocities 2008-04-18 08:50:22 +00:00
paradiseo
4b844243ce new implementation of the test 2008-04-17 14:31:11 +00:00
paradiseo
b2404c9daa Add t-eoOrderXover in the test list 2008-04-17 14:29:57 +00:00
paradiseo
08d4b90578 test of eoOrderXover 2008-04-17 14:29:10 +00:00
kuepper
0388f95758 Update for gcc-4.3 compatibility 2008-03-31 19:11:13 +00:00
tlegrand
52d9a1fed9 added minimal test config 2008-03-20 08:43:44 +00:00
tlegrand
b6b5742369 deleted CMAKE_BUILD_TYPE tags and management 2008-03-06 17:05:16 +00:00
tlegrand
4ad79a9148 Added new lesson (6) dedicated to the PSO. Also changed a few things into the PSO-dedicated components (constructors) 2008-03-04 14:01:29 +00:00
tlegrand
25719d800c added "IF(ENABLE_CMAKE_TESTING)" to add test only if they have been enabled 2008-02-14 09:08:42 +00:00
tlegrand
1613342bcf deleted cxx flags for cl compiler. They have been moved to the CMakeLists.txt at the top level 2008-02-14 08:23:16 +00:00
tlegrand
de5e71eb55 removed bad semicolon at the end of a "{}" bloc which is not a class/template/struct.
Debugged using g++ flags
2008-01-16 08:30:38 +00:00
tlegrand
f3e1e35ea3 corrected weight factor and updated doc 2008-01-08 15:34:43 +00:00
tlegrand
4b99bc8bc9 corrected PSO dummy errors and completed documentation 2008-01-08 14:50:13 +00:00
evomarc
f2b98abd90 3 identical typos in 3 different files :-) 2007-12-08 14:49:52 +00:00
maartenkeijzer
18adaef056 Updated makefiles, updated the moo stuff and cleaned up some stuff that refused to compile 2007-11-12 16:23:57 +00:00
tlegrand
0aa67ac17b added test for permutation components 2007-10-11 14:14:10 +00:00
tlegrand
b17888d0b4 added new tests 2007-10-11 14:08:41 +00:00
tlegrand
9174a37355 added PSO ring topology test 2007-10-11 14:08:06 +00:00
tlegrand
6b0cfffe09 Added #ifdef HAVE_GNUPLOT for Windows compatibility 2007-09-19 11:45:19 +00:00
tlegrand
112b34bceb Completed CMake config 2007-09-18 15:12:22 +00:00
maartenkeijzer
d78387591b added eoEpsMOEA support 2007-09-04 15:30:42 +00:00
maartenkeijzer
7e76e6e9c2 updated nsga 2007-08-31 13:26:41 +00:00
maartenkeijzer
553586d55f added new multi-objective support 2007-08-31 10:57:05 +00:00
tlegrand
89047a3db6 added CMake configuration files 2007-08-10 14:29:12 +00:00
maartenkeijzer
39a6864e3d Adding timed continuator 2007-07-17 13:01:00 +00:00
tlegrand
967b6b7741 added t-eoEasyPSO test 2007-07-02 13:05:14 +00:00
kuepper
4ef6a360e5 *** empty log message *** 2006-12-18 11:19:53 +00:00
kuepper
651a55a51b * Makefile.am: Add t-eoRNG
* t-eoRNG.cpp: Start test for random number generator.
2006-12-04 22:27:41 +00:00
kuepper
037ce32d90 Change float to double. 2006-12-02 11:32:00 +00:00
kuepper
7baf7cb799 * eoTimedMonitor.h (eoTimedMonitor::seconds): Make unsigned.
* eoRNG.cpp, eoRNG.h (K, M, N): Declare static and initialize in cpp.

* t-eoGenOp.cpp (init): Do not add std::ends to end of string, as this
results in escape-codes (^@) to be printed at runtime and is not
necessary anyway.

* test/t-eoSymreg.cpp (SymregNode::operator()): Initialize r1 and r2 to
avoid compiler warnings.
2006-12-02 10:18:57 +00:00
kuepper
bcaa0cf5e4 minor cleanup of code and docs,
resolve some compiler warnings
2006-12-01 10:49:47 +00:00
maartenkeijzer
929974805d fixed t-eoCMAES.cpp test 2006-03-26 13:33:25 +00:00
kuepper
4ff1ac3e98 fix build for our FC4 systems 2005-12-07 15:51:32 +00:00
maartenkeijzer
0eee2ff13d Tester for CMA 2005-10-14 15:34:45 +00:00
kuepper
4510b6d712 cleanup, prepare vecSigmaInit change 2005-10-10 21:42:31 +00:00
kuepper
7c3702f6a6 Handle including from contrib/MGE nicely. 2005-10-06 17:22:40 +00:00
kuepper
2788303416 *** empty log message *** 2005-10-05 22:22:25 +00:00
kuepper
afc0659e35 finish the handling of gnuplot completely at build-time.
No gnuplot-ifs in headers anymore.
2005-10-05 21:34:19 +00:00
kuepper
cf2a57dd88 Simplify configuration.
Remove support for (outdated) <strstream>, require <sstream>.
Require uint32_t for now, defined in stdint.h according to C99.
Some general cleanup and more documentation.
2005-09-28 21:49:26 +00:00
kuepper
6e0c4a7264 Make sure uint32_t is defined correctly in eoRNG.h and use it where
appropriate.
2005-09-26 10:18:15 +00:00
kuepper
a415aef4d9 reshuffle libraries to resolve all dependencies 2004-12-23 17:33:08 +00:00
kuepper
85a326c5e4 Adjust code to perform to C++ standard according to gcc-3.4
interpretation... (Have not compiled/checked/changed paradisEO.)

That is, the current code compiles with gcc-3.4 and the checks
(besides t-MGE1bit) all pass.
2004-12-23 15:29:07 +00:00
kuepper
73c97e6bfa update for sstream 2004-09-29 18:37:20 +00:00
kuepper
fa108bbd6b minor fixes 2004-09-24 11:55:09 +00:00
kuepper
63cbb12e69 updates,
start supoorting ParadisEO
2004-09-21 17:01:14 +00:00
kuepper
056ac87efb fix dist-header 2004-09-21 10:30:45 +00:00