Commit graph

62 commits

Author SHA1 Message Date
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
7e4d81cc85 (EXTRA_DIST): Add README's 2006-12-18 18:56:05 +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
bdb0926327 Added new README.
Removed old unnecesary files
2006-12-17 22:50:26 +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
1e743cb571 (EXTRA_DIST): Add new MSVC project files to distribution. 2006-12-05 08:41:24 +00:00
jeggermo
975e0ffaad Added Solution and Project files for MSVC 2003 2006-11-20 13:34:28 +00:00
kuepper
72c070585f better distribution support (not finished) 2004-09-20 17:12:12 +00:00
okoenig
a172d34e5f Included new fitness class eoScalarFitnessAssembled, that stores different fitness terms in a std::vector, but still acts as a scalar fitness. A new checkpoint uses these values for statistics. 2003-04-03 16:51:47 +00:00
music_dev
0aac89e6b3 Better install for libraries. 2002-10-14 16:16:01 +00:00
jeggermo
86df5ac367 all .dsp files converted from unix to dos format 2002-06-10 14:10:35 +00:00
music_dev
43779ba380 Multithreaded version. Changed name of lib to eo_lib[d].lib 2002-04-19 14:42:47 +00:00
evomarc
21372a2d82 Changed name of target in all_lib.dsp
Added eoParetoFitness.cpp in sources of eo.dsp
2002-04-12 16:17:02 +00:00
evomarc
64ca17c66f Adding ParadisEO Tutorial examples 2002-04-12 14:13:08 +00:00
evomarc
2ad3cbe9da Added name of the Debug library 2002-04-12 13:38:08 +00:00
evomarc
417c79179d Added the move from Release and DEbug into the lib dir 2002-01-17 17:57:55 +00:00
evomarc
a427432291 Adding tutorial files 2002-01-17 15:24:44 +00:00
evomarc
83978dd8af New versio of dsp files 2002-01-17 15:21:44 +00:00
evomarc
bdb125afbd COnverted t_eoesall to CRLF line terminators (otherwise MSDEV cannot read properly) 2001-12-07 06:28:38 +00:00
evomarc
38f35a1c53 Adding t_eoesall that somehow ahd managed to escape until now
+ corrected the template test_dsp.tmpl
2001-12-07 06:23:15 +00:00
evomarc
d74ef74661 Adding the tutorials in MSVC project files 2001-12-07 06:14:11 +00:00
evomarc
aa67e7d58d Need to put the \r\n at end of all files after modifications!!! 2001-12-06 14:33:42 +00:00
evomarc
bd42e75672 Removed unnecessary dirs, added first Lesson of tutorial 2001-12-06 13:12:24 +00:00
evomarc
82750f22d5 Removed some sources that came here nobody know's how (thanks, MSDEV) 2001-12-06 11:36:39 +00:00
evomarc
2a1fded254 Added the 2 fake "projects" all_lib.dsp and all_test.dsp that allow to compile
everything in 2 clics.
However, we still cannot run and watch the status output of the test executables
2001-12-03 14:14:56 +00:00
evomarc
7c04fc5de1 Added the names of the directories where the newly created files are stored. 2001-11-18 06:54:13 +00:00
evomarc
b455d53925 Now the eo.dsw can be generated automatically from
eo.org
create_all_dsp.sh (that calls create_dsp.sh)
To add a new test program, simpy add 1 line in create_all_dsp.sh
and run it.
DO NOT TOUCH eo.org !!!
2001-11-17 08:13:55 +00:00
evomarc
8538cc4532 Bug in create_dsp when no additional library 2001-11-17 07:55:39 +00:00
evomarc
3eefeb651e Error in argments check 2001-11-16 15:02:35 +00:00
evomarc
86fb152676 The file eo.org is the base project file (no file in test involved).
It is upgraded by the create.sh script
2001-11-16 14:32:07 +00:00
evomarc
dbfa9a7aaa Adding all test files for MSVC 2001-11-16 14:30:58 +00:00
evomarc
fd4eda8aca A readme for the win dir ... 2001-11-12 14:51:51 +00:00
evomarc
72fc838360 Create.sh mdified to also add the new dsp file into eo.dsw 2001-11-12 14:44:01 +00:00
evomarc
19ebcbd5e3 Template file for dsp project files (to be used within create_dsp.sh) 2001-11-12 14:27:12 +00:00
evomarc
0e4df9e404 Adding the dsp file for t-eoReal - testing the create_dsp script.
Next step is to add them all from the test/Makefile file
2001-11-11 06:59:42 +00:00
evomarc
6324bb5179 Create_dsp.sh is a script that will create the .dsp file from a source file
name in the test dir
2001-11-11 06:55:12 +00:00
evomarc
78ca5ab75c Files for MSVC++ generated by Olivier Meunier - Projet Fractales - INRIAC 2001-11-10 14:13:21 +00:00
evomarc
a79a7d6215 Files for MSVC++ generated by Olivier Meunier - Projet Fractales - INRIA 2001-11-10 14:12:01 +00:00
maartenkeijzer
d09c216b61 Ok, made an eoParetoFitness class, which meant that I could roll back a few changes in EO.h (phew).
Also changed eoSelectFromWorth etc.
2001-03-16 12:08:26 +00:00
maartenkeijzer
2ff2b66fdd updated the dsp, dsw files for the library 2001-02-14 18:05:36 +00:00
maartenkeijzer
98a9f24879 no need to keep these test functions here, will start new project in /test 2001-02-14 18:01:30 +00:00
jmerelo
3c2df139bd Minor bugs for Win quashed; fixed Win project files 2001-02-09 16:52:06 +00:00
mac
ff108477c3 eoCounter?
eoEasyEA -- made it copyable again
eoEvalFunc -- added specialized eoEvalFuncCounter
eoEvolutionStrategy -- nothing much
eoGenContinue -- nothing
eoPop -- fixed nth_element_fitness
eoBitOp -- fixed error in xover
eoFileMonitor -- now appends always
eoParam -- worked around memory leak in MSC's strstream
eoParser -- changed -pconfig_file to @config_file
eoParser -- added messages instead of exception when required param is missing
eoStat -- added eoDistanceStat
t-eoFunctor -- don't know
2000-08-23 12:03:01 +00:00
mac
a7131a7f71 commited 2000-08-18 08:59:20 +00:00
mac
8ae796ab28 Added symbolic regression, which tests combined ops as well 2000-08-18 08:44:22 +00:00
mac
4f1bcfa292 Removed a few dsp files and changed saving/loading eoPops a bit. 2000-08-14 11:18:34 +00:00
mac
6d8e3a6504 Extreme cleanup, see src/obsolete for details 2000-08-10 14:18:34 +00:00
mac
4c4ce70c04 New ES routines 2000-06-12 20:09:59 +00:00