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
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