Commit graph

1,232 commits

Author SHA1 Message Date
okoenig
4c76c89592 Replaced float vars with double to avoid conversion warnings on VS 8.0 2006-12-01 08:42:54 +00:00
kuepper
692d26a881 update for release 2006-11-29 23:47:40 +00:00
kuepper
532aec85e5 Generally include <cmath> 2006-11-29 23:37:29 +00:00
okoenig
2558aa33fa Removing MAC line endings, because Windows VS 8.0 does not accept them. 2006-11-28 17:14:05 +00:00
okoenig
cc12fd2760 Added additonal definition for operator< between fitness and ScalarType. Needed for compilation with VS 8.0. 2006-11-28 17:12:21 +00:00
jeggermo
975e0ffaad Added Solution and Project files for MSVC 2003 2006-11-20 13:34:28 +00:00
jeggermo
219e9bd648 Changed some files for compatibility with MSVC 2003 and 2005 2006-11-20 13:25:46 +00:00
kuepper
359c5ba8ec include <cassert> 2006-11-16 13:21:41 +00:00
kuepper
e2e59d3e49 * configure.in (AC_DEBUG): add test
* acinclude.m4 (AC_DEBUG): Define debug-feature and set DEBUG, NODEBUG,
or NDEBUG according to its value.
2006-11-16 12:52:46 +00:00
kuepper
d7b935b645 * make_genotype_real.h (eoEsChromInit): Rewrite vecSigmaInit-handling:
If sigmaInit is relative (%), do not read vecSigmaInit. Otherwise
always use vecSigmaInit with default all values of sigmaInit.

* eoParser.h (eoParser::getORcreateParam): Make this a real if-then-else
clause around ptParam (found or not).

* eoParam.h (eoValueParam::setValue): Document.
(eoValueParam<std::vector<double> >::setValue): Allow delimiters ',' and
';'. A plain ' ' does not work, as it is not correctly read by
eoParser::readFrom.
2006-11-16 12:35:46 +00:00
kuepper
20c3369349 update 2006-06-13 13:35:26 +00:00
kuepper
10d582b31d Fix using directives for gcc-4.1 2006-03-27 18:55:20 +00:00
maartenkeijzer
929974805d fixed t-eoCMAES.cpp test 2006-03-26 13:33:25 +00:00
kuepper
5c913192e9 Update docs, some cleanup 2006-03-26 10:04:01 +00:00
kuepper
f20a29beff Start list of publications 2006-03-25 13:03:45 +00:00
kuepper
89012a53b3 Fix spelling 2006-03-23 18:06:10 +00:00
kuepper
115429c1a0 update Makefile.am foe eoPeriodicContiunue addition 2006-03-23 10:15:17 +00:00
maartenkeijzer
65eea59971 making dimensionality requirement optional 2006-03-06 20:47:28 +00:00
maartenkeijzer
948394e5b7 making dimensionality requirement optional 2006-03-06 20:31:03 +00:00
cahon
6f06d3349d Adding a continuator 2006-02-28 14:40:37 +00:00
cahon
d331301022 New continuation strategy 2006-02-28 14:39:45 +00:00
evomarc
9e874fcf39 Corrected a few typos, and acknowledged the fact that all Lessons are now
compiled within the installation procedure...
2006-02-22 04:53:20 +00:00
maartenkeijzer
e14b4a8d48 updated makefile to boost-python3.3 and python2.4 2006-01-23 15:12:49 +00:00
evomarc
116f21f182 Changed some bug in never-used-except-in-make_algo_easea.h file
(probably some change in the compiler made this stop working ???)
2006-01-02 14:09:22 +00:00
cahon
30a18fa8ca eoGenContinue is now persistent 2005-12-09 17:49:43 +00:00
cahon
07ea076b13 eoContinue is now persistent 2005-12-09 17:45:56 +00:00
kuepper
4ff1ac3e98 fix build for our FC4 systems 2005-12-07 15:51:32 +00:00
kuepper
adbc5dd461 fixes for gcc-4 compilation -- still have a linker problem 2005-12-07 15:40:23 +00:00
maartenkeijzer
4b20933325 kd 2005-11-24 09:38:05 +00:00
maartenkeijzer
44876f0926 Various bugfixes and additions 2005-11-24 09:35:34 +00:00
evomarc
14c3182200 Removed the "using eoMonitor::vec from eoGnuplot1DMonitor.h because it generated
an internal compiler error with gcc4.0.0.
Repalced all occurences of "vec" by "this->vec" in eoGnuplot1DMonitor.cpp
so it is understood by the compiler :-(
2005-11-08 11:34:12 +00:00
evomarc
e07c504571 Removed extra colon (;) at end of class definitions.
They didn't hurt until gcc 3.4.1 but then they generated an error!
2005-11-08 11:31:01 +00:00
maartenkeijzer
ecbb2e3598 Woops, forgot to clear a static string for compile 2005-10-17 12:46:53 +00:00
maartenkeijzer
b4f15601cb Added lambda expression (user/automatically defined functions 2005-10-16 15:38:38 +00:00
maartenkeijzer
bac6644915 Solved some issues and prepared the library for using unordered_map instead of hash_map (C++ TR1). Can only use this when g++-4.0.3 is out 2005-10-15 21:27:47 +00:00
maartenkeijzer
f128fcd86f Made eoGencontinue a ValueParam<unsigned>, so that it can be attached to a monitor 2005-10-15 09:05:57 +00:00
maartenkeijzer
be8873be4f forgot to invalidate 2005-10-14 16:14:37 +00:00
maartenkeijzer
0eee2ff13d Tester for CMA 2005-10-14 15:34:45 +00:00
maartenkeijzer
8b03a5232a Added CMA 2005-10-14 15:33:32 +00:00
maartenkeijzer
dd81a3ebc8 added timed monitor 2005-10-14 15:33:16 +00:00
maartenkeijzer
d0c62606b3 oops, stats.h was missing 2005-10-12 18:35:13 +00:00
maartenkeijzer
72c8b3d1c5 Added simplify and differentiation tests 2005-10-11 08:15:29 +00:00
kuepper
89b76ab261 prepare vecInitSize 2005-10-10 21:59:57 +00:00
kuepper
4510b6d712 cleanup, prepare vecSigmaInit change 2005-10-10 21:42:31 +00:00
kuepper
e9324fdb07 cleanup 2005-10-10 21:13:27 +00:00
evomarc
2934551289 Added an accessor to the pointsize in eoeoGnuplot1DSnapshot.h 2005-10-10 13:34:21 +00:00
evomarc
800a62ae34 Added an accessor to the pointsize, for do_make_checkpoint_pareto 2005-10-10 13:33:13 +00:00
maartenkeijzer
ffdce66c98 Added symbolic differentiation 2005-10-09 07:03:35 +00:00
maartenkeijzer
3ca7c0f6f4 Faster scaled evaluation, etc. 2005-10-07 13:31:20 +00:00
maartenkeijzer
4042798417 Constant mutation + simplification added 2005-10-07 11:31:01 +00:00