Commit graph

217 commits

Author SHA1 Message Date
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
kuepper
5150bd4888 fix 'make dist', works now (besides ParadisEO). 2004-09-21 10:23:33 +00:00
kuepper
e618920c44 updates for build-process 2004-09-20 14:11:24 +00:00
evomarc
e7643ccc10 Committing at last the long awaited test for Sharing 2004-08-28 16:25:12 +00:00
evomarc
795f63b7fe Adding sharing - needed to modify quite a few files, like eoDistance.h
make_algo_scalar.h and all related files, and the like
2004-05-25 08:03:30 +00:00
evomarc
d6cce45ad0 Change in terminology: EDA (Estimation of Distribution Algorithms) replaces
DEA (Distribution Evolution Algorithms), as it seems more widely used today.
2003-06-09 06:06:13 +00:00
maartenkeijzer
b6104c6f32 Added tests for roulette wheel selection 2003-06-04 09:34:26 +00:00
okoenig
b3e57bedad included new fitness class eoScalarFitnessAssembled, that stores different fitness terms in a std::vector, but still acts as a scalar fitness. A new checkpoint uses these values for statistics. 2003-04-02 21:10:53 +00:00
maartenkeijzer
153b80440c changed to using sstream 2003-02-28 16:49:19 +00:00
okoenig
86fa476c67 Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary. 2003-02-27 19:28:07 +00:00