Commit graph

188 commits

Author SHA1 Message Date
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
kuepper
4ff1ac3e98 fix build for our FC4 systems 2005-12-07 15:51:32 +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
a3d4ae8a1e cleanup 2005-10-03 10:58:01 +00:00
kuepper
d6fc655ccb clean up 2005-10-03 10:53:35 +00:00
kuepper
03b1689de9 Initialize booleans to get rid of compiler-warnings. 2005-10-03 09:47:06 +00:00
kuepper
47af7cfe5a Clean up configure/build-process.
- assume C++ standard-conforming environment
- add a user-option for gnuplot-support
- separate gnuplot-code into declaration and implementation,
  so we can define at EO-build-time whether to use it or not.

Adopt code and Makefiles to above changes.

Some minor fixes.
2005-10-02 21:42:08 +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
3b7770fe38 Add ignore-files to quiten cvs 2005-09-28 10:00:16 +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
54a3b8d10e ParadiesEO cleanup 2005-09-05 16:11:00 +00:00
kuepper
2ca5ddb186 Remove useless PAradisEO files 2005-09-05 16:09:43 +00:00
cahon
558e197adc Removing ParadisEO 2005-02-23 13:31:20 +00:00
cahon
96dd240cf3 Removing ParadisEO 2005-02-22 14:12:19 +00:00
evomarc
d144ba2885 Added the complete reference to the base class in call for value()
because g++3.4 otherwise complains
2005-02-10 09:57:28 +00:00
evomarc
503ee25d9c Mainly made it obvious that Lesson4 contains "ready-to-use" EAs 2004-12-27 09:08:44 +00:00
evomarc
ce560e5bfa Added the 2 parameter files ESEA.param amd RealEA.param
so both programs go to 0 nicely instead of staying anywhere but close
2004-12-27 07:59:58 +00:00
evomarc
641b49e995 Added a few words about Lesson5, and the change in the Makefiles.
Also, looking alive is probably important !
2004-12-01 08:49:40 +00:00
kuepper
503efdcdb6 Removed clean-local due to problems with "make distcheck" 2004-09-22 18:38:12 +00:00
kuepper
51471804cd fix installation, dist-preparation 2004-09-22 18:18:31 +00:00
kuepper
3cb80bc73b update build process to include paradiseo tutorial,
fix paradiseo headers for sstream
2004-09-22 12:38:28 +00:00
kuepper
e388461a3b Update configure with switches for app, ParadisEO, and tutorial.
Add ParadisEO/Lesson1 tutorial in build-process.
minor fixes.
2004-09-22 08:18:29 +00:00
kuepper
5150bd4888 fix 'make dist', works now (besides ParadisEO). 2004-09-21 10:23:33 +00:00
kuepper
de69e235f4 updates 2004-09-20 21:47:15 +00:00
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