maartenkeijzer
99bb07466f
comments removed
2007-07-17 13:03:29 +00:00
maartenkeijzer
39a6864e3d
Adding timed continuator
2007-07-17 13:01:00 +00:00
tlegrand
3adf8a19f4
added doc details to recognize particle swarm optimization
2007-07-03 09:13:07 +00:00
tlegrand
967b6b7741
added t-eoEasyPSO test
2007-07-02 13:05:14 +00:00
tlegrand
12dacbe7de
added myself in the author list :-))
2007-07-02 13:02:26 +00:00
tlegrand
703edd5087
particle-swarm-optimization includes added
2007-07-02 13:01:49 +00:00
tlegrand
860cb372b0
removed unconsitent reference in "eoWeakElitistReplacement" (const EOT oldChamp)
2007-07-02 13:00:48 +00:00
tlegrand
a290987e89
"dMatrix distMatrix(pSize*(pSize-1)/2)" replaced by "distMatrix(pSize) "
2007-07-02 12:59:49 +00:00
tlegrand
bec7d02c50
particle-swarm-optimization main templates added
2007-07-02 12:58:13 +00:00
tlegrand
a6de2b9a3a
PSO package - contains src+doc+examples and build process files - should be removed before integrating sources
2007-06-25 09:38:44 +00:00
maartenkeijzer
742457ae3e
Re-enabled declone flag (seemed to be commented out for some reason)
2007-06-19 17:48:16 +00:00
jeggermo
e930ff84dd
All debug (dll and non-dll libs) and release libs are placed in either debug or release
2007-05-03 14:00:50 +00:00
jeggermo
abd3b9db59
Added Multi-Threaded DLL projects settings for both deebug and release
2007-05-03 13:54:27 +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
kuepper
4a9c5127f8
bump versions to 1.0.2-cvs
2007-01-23 22:25:57 +00:00
kuepper
3107f12f30
*** empty log message ***
2007-01-23 22:23:31 +00:00
kuepper
6a4d4f6cab
updates for 1.0.1 release
2007-01-23 22:09:17 +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
514a18aaf1
Update after release
2006-12-29 14:16:01 +00:00
kuepper
7e4d81cc85
(EXTRA_DIST): Add README's
2006-12-18 18:56:05 +00:00
kuepper
513be8c25a
Update for release.
2006-12-18 18:51:12 +00:00
jeggermo
f1b702da21
Small changes to 2 readme files to stress that the release version are in
...
eo\win\lib\release and the debug versions in eo\win\lib\debug
2006-12-18 16:21:38 +00:00
kuepper
30de251d7f
* index.h: Add old ToDos
2006-12-18 12:18:32 +00:00
kuepper
4ef6a360e5
*** empty log message ***
2006-12-18 11:19:53 +00:00
kuepper
0afa0b9fa4
* TODO.html, README.html: Remove these old files.
...
* AUTHORS, COPYING, ForRelease, NEWS, ToDo: Update for release.
* eo.cfg (PROJECT_NUMBER): Bump version to 1.0
2006-12-18 11:17:55 +00:00
kuepper
51d6ddc239
update
2006-12-17 23:18:33 +00:00
kuepper
7adf24b71d
* README: Better links to Templates/
...
* configure.in: Bump version to 1.0-beta2.
2006-12-17 22:59:53 +00:00
kuepper
8e64e34e24
Remove these, potentially confusing files
2006-12-17 22:56:03 +00:00
kuepper
bdb0926327
Added new README.
...
Removed old unnecesary files
2006-12-17 22:50:26 +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
uid24343
b28f39af40
clean up
2006-12-07 21:54:48 +00:00
kuepper
e9956fad83
cleanup for release
2006-12-07 21:36:33 +00:00
kuepper
05943b2a83
set version to 1.0-cvs again
2006-12-05 08:42:39 +00:00
kuepper
1e743cb571
(EXTRA_DIST): Add new MSVC project files to distribution.
2006-12-05 08:41:24 +00:00
kuepper
651a55a51b
* Makefile.am: Add t-eoRNG
...
* t-eoRNG.cpp: Start test for random number generator.
2006-12-04 22:27:41 +00:00
kuepper
dbdeaf3353
(eoRng::normal(stdev)): Revert erroneous change.
2006-12-04 21:55:31 +00:00
kuepper
422b0bfa3c
Fixupper/lowercase issues
2006-12-03 11:57:34 +00:00
kuepper
03e3c88b30
fix html errors
2006-12-03 11:44:38 +00:00
kuepper
b4b4cbc3f2
update
2006-12-03 11:40:25 +00:00
kuepper
af5d6583cd
update, add link to Niko Hansen's comparison
2006-12-03 11:24:41 +00:00
kuepper
02294002e3
update version number of next release
2006-12-03 10:53:29 +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
kuepper
0e2c6ccffc
update
2006-12-02 12:15:29 +00:00
kuepper
14b3a61ba8
cleanup, docs
2006-12-02 11:46:34 +00:00