Caner Candan
6d04ba9d32
ticket #1 : Remove the autotools files done
2010-09-01 14:51:09 +02:00
(EO team)
7f81c03af4
This commit was manufactured by cvs2svn to create branch
...
'yaml_load_and_save'.
2010-05-04 13:00:51 +00:00
stevemadere
227e7fd2e5
Removed reference to Lesson6 until its makefile is fixed
2010-05-04 12:50:29 +00:00
paradiseo
080f98bffa
Cmake configuration modified
2009-01-14 14:50:46 +00:00
paradiseo
f2d19ce187
Update to cmake2.6 + modif to support compatibility with icc
2009-01-12 09:14:02 +00:00
evomarc
893204f8f1
Fixing a small glitch that was giving wrong clues to newcomers ...
...
Thanks to Christophe-Marie Duquesne for the post
2008-12-25 16:01:57 +00:00
tlegrand
9d3da02ea9
deleted old and obsolete paradiseo's pdf slides
2008-04-18 07:58:17 +00:00
ldacosta
af8cd4b08b
Adjusting configuration for Eclipse
2008-03-28 15:57:55 +00:00
tlegrand
575660e903
replaced ParadisEO links
2008-03-12 15:36:58 +00:00
tlegrand
edc049f804
added lesson6 subdir
2008-03-05 09:06:50 +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
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
evomarc
b8da2db21f
Added the GDB trick to visualize the components of a vector
...
(but it still doesn't work with EO objects, though???)
2007-12-08 15:05:51 +00:00
tlegrand
112b34bceb
Completed CMake config
2007-09-18 15:12:22 +00:00
tlegrand
0e264b575b
removed --force-missing option for Automake: incompatible with the latest versions
2007-09-13 15:13:15 +00:00
tlegrand
292f9cfd2a
Added cmake support, deleted Autoconf/Automake stuff and made an easy-to-use process
2007-09-13 13:36:13 +00:00
tlegrand
89047a3db6
added CMake configuration files
2007-08-10 14:29:12 +00:00
kuepper
8acc9dcbce
* mutation.tmpl, quadCrossover.tmpl, stat.tmpl: Initialize formerly
...
uninitialized variables.
* README.tmpl: Hint to regular Templates/README for details.
* README: Add documentation for adding new source-files.
* Makefile.am.src-tmpl (noinst_HEADERS): Add
(MyStruct_SOURCES): Move header files from here to the new
noinst_HEADERS variable.
2007-02-22 08:27:32 +00:00
evomarc
ba9d9f42e5
Slightly modified the README.tmpl for more help to first-timers
2007-01-17 05:31:05 +00:00
kuepper
5c255c805e
Add instructions for bash.
2007-01-16 08:28:24 +00:00
kuepper
f7ce3d8b91
* createEOproject.sh: Set TargetDir to /tmp/<name>. This is a workaround
...
for automake finding the scripts of eo itself if we run it in a embedded
subdirectory.
(COPYING, INSTALL): create.
* README: State more explicitly what a "complete installation" means.
Give build-instructions for moved directories.
2007-01-14 18:56:31 +00:00
kuepper
ac67af6da3
State more explicitly what a "complete installation" means.
2007-01-14 18:13:40 +00:00
kuepper
8e64e34e24
Remove these, potentially confusing files
2006-12-17 22:56:03 +00:00
kuepper
d6364b4bf6
* Makefile.am (EXTRA_DIST): Distribute exactly the necessary files
2006-12-16 22:05:17 +00:00
kuepper
9a549fbf83
* Makefile.am (EXTRA_DIST): Distribute exactly the necessary files
2006-12-16 22:01:46 +00:00
kuepper
301e29ac02
* EO.tpl, MyStructEA.cpp, MyStructSEA.cpp, make_MyStruct.cpp: Use
...
correct names for includes.
* README.manual: This is a copy of the old README.
* README: Describe the new way and setup of creating a new EO project.
* createEOproject.sh, Makefile.am.src-tmpl, Makefile.am.top-tmpl:
* configure.ac.tmpl: New files to create a standalone EO project from
templates.
2006-12-16 21:55:03 +00:00
kuepper
e9956fad83
cleanup for release
2006-12-07 21:36:33 +00:00
kuepper
ab9b38654d
* mainpage.html: update, add link to Niko Hansen's comparison
...
* README: Add more specific note about tutorial.
* configure.in: Bump version to 1.0-beta1
* tutorial/Makefile.am: Add all necessary files, including html and
Templates to distribution.
2006-12-03 10:41:54 +00:00
evomarc
20d37259e9
Added a note to avoid that some dishonest researchers use teh code
...
in this tutorial as a basis for comparing their algorithms with "EAs"
as was done for the LEM3 algorithm in GECCO 2006.
2006-12-03 07:21:44 +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
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