Commit graph

164 commits

Author SHA1 Message Date
kuepper
1cf47e414e conditional compilation fixes 2004-09-20 17:06:25 +00:00
kuepper
cf4248b67b remove 2004-09-20 09:47:19 +00:00
kuepper
f599c8eb77 remove Makefiles from cvs 2004-09-20 09:46:48 +00:00
kuepper
36af75bc94 add conditional includes for sstream 2004-09-17 17:05:28 +00:00
kuepper
c8494642d5 Updated build-prcess to be completely under automake control.
For the tutorial the old Makefiles are saved as Makefile.simple in all
the respective directories.

Use generated config.h instead of command-line passing of preprocessor
flags.

Updated support files from current automake.
2004-09-17 16:53:31 +00:00
kuepper
32cf83cfee Save copies of old simple Makefiles 2004-09-17 15:20:19 +00:00
evomarc
9e0edc381e Temporary modification of the tutorial to account for the new features
- stat.tmpl allowing easy creation of own stat
- sharing as a new possible selector in make_algo_scalar - requires a distance
No detail given, though ...
2004-05-26 09:00:26 +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
13c7062858 Adding the statistics in createSimple (create.sh is becoming obsolete) 2004-05-25 07:57:52 +00:00
evomarc
fe9de42802 Corrected errors in the "memory management" section.
Thanks to ZhangQian for pointing them out
2004-03-30 16:51:06 +00:00
evomarc
31971866e8 Modified a wrong link 2003-09-18 15:09:34 +00:00
evomarc
334f5ce3d7 More precise comment 2003-06-21 06:34:00 +00:00
evomarc
eb279c8f98 Removed a dummy line containing reference to lesson3! 2003-04-01 12:09:37 +00:00
evomarc
59fe39da93 ADded comments and hook for copy constructor 2003-03-22 06:39:21 +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
okoenig
6441ea1ec3 removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary 2003-02-27 19:18:53 +00:00
okoenig
89a99dab17 removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary. 2003-02-27 19:18:07 +00:00
evomarc
21e07e03a9 Corrected wrong links in the 1st paragraph 2002-12-09 06:57:33 +00:00
evomarc
b5d61be21a Corrected an error in name of statusParam parameter 2002-12-09 06:19:56 +00:00
okoenig
5054418a66 small bugfix, to make this example run under Solaris/g++ 2.95.3 2002-10-23 10:23:03 +00:00
evomarc
dc758a4854 Modification of all Makefiles so that it compiles smoothly on Solaris.
Thanks to Oliver Koenig
2002-10-23 04:42:07 +00:00
evomarc
7dfe081489 Added the .SUFFIXES lien (for Solaris) and the use of $(CXX) instead of c++
plus a few comments :-)
2002-10-21 04:28:11 +00:00
evomarc
90a3e34c7f It was about time to enter the template file for EASEA here, as createSimple
and EASEA are doing approximately the same job ...`
2002-08-23 16:02:02 +00:00
evomarc
61f9b51243 Adding a simpler way of generating files for new genotypes (see EO.tpl
in EASEA).
2002-08-23 15:58:15 +00:00
evomarc
eb6e630a27 Replaced ../../src with the DIR_EO macro! 2002-06-19 03:42:54 +00:00
evomarc
43f0d7ea79 I had forgotten the real_value.h - SecondRealEA did not compile! 2002-05-22 02:13:06 +00:00
evomarc
d3762cdff2 Still introducing ParadisEO 2002-05-09 06:35:34 +00:00
evomarc
1611bc663c Added references to ParadisEO and Lesson5 2002-05-09 06:28:34 +00:00
evomarc
0ce2809cc7 Added Lesson5 2002-05-08 06:55:21 +00:00
evomarc
d17ec8cf77 Updated version number 2002-05-08 06:52:37 +00:00
evomarc
c5e225551a Adding the Lesson5 - how to create your own genotype 2002-05-08 06:50:58 +00:00
evomarc
b407bf5e81 Added the MyStructLibEA.cpp+make_MyStruct.cpp that allow separate
compilation of representation-indenepent stuff. Modified create.sh script
and Makefile accordingly. See Lesson5 of the tutorial
2002-05-08 06:47:50 +00:00
evomarc
e2e2f39cc7 an example of how to make a new genotype within EO - see HTML doc 2002-05-08 06:44:04 +00:00
evomarc
f2e20f638e Replacing Paradiseo(jet7).pdf with paradiseoJet7.pdf because of Unix problems
with names containing commas
2002-05-08 06:31:18 +00:00
evomarc
a4883fda9b Replaced the eoParameterLoader parameter by an eoParser (used everywhere now) 2002-05-03 05:12:32 +00:00
evomarc
ee5297a573 eoParameterLoader -> eoParser 2002-05-01 04:04:15 +00:00
evomarc
d4da2d9f7d Turned the power function to sum - was untractable with long bitstrings 2002-04-30 05:10:49 +00:00
evomarc
9c6121604a Added the calls to EO::printOn and EO::readFrom in the corresponding methods
so th euser does not forget to use these before writing/reading the actual eo
2002-04-30 05:07:52 +00:00
evomarc
361741b726 Adding SecondRealEA 2002-04-28 05:04:24 +00:00
evomarc
5c34d8ee79 Adding SecongRealEA - mainly to prepare Lesson5 about adaptive parameters 2002-04-28 04:38:38 +00:00
evomarc
8a2432b24e Added explanation and examples of getORcreateParam usage 2002-04-26 03:17:37 +00:00
cahon
c99bce368c *** empty log message *** 2002-04-25 14:26:02 +00:00
cahon
6d7fc8c69b Slides from Jet7, March 2002, ENSTA Paris 2002-04-23 09:16:51 +00:00
cahon
70a4a2add5 *** empty log message *** 2002-04-23 09:11:58 +00:00
cahon
09761ac2fc Slides from Jet7, ENSTA Paris (April 2002) 2002-04-19 15:24:07 +00:00
evomarc
cec8f9136a Templatized apply
added a return statement
2002-04-19 14:06:50 +00:00
evomarc
34d474e6f6 Ome explanations on how to launch the examples 2002-04-18 03:23:24 +00:00
evomarc
d1ef6b2c00 Added the README, and modified the config files to remove the 127.0.0.1
that was misleading
2002-04-18 03:22:47 +00:00
evomarc
019c8cd3e3 Turned the specific compiler order mpiCC into a Macro
so it's easier to modify
We shall need to put this into the automatic configure one day ...
2002-04-12 14:41:52 +00:00
evomarc
a1fffff045 Changing the include file that contain all include from
eoparadiseo to eoparadiseo.h
because teh CVS tool in Microsoft Windaube doesn't make the difference
with the directory ParadisEO
2002-04-12 14:39:58 +00:00