Commit graph

67 commits

Author SHA1 Message Date
Caner Candan
bdc0b0fa9e - removed useless .cvsignore files since we are using git now 2011-05-10 10:34:35 +02:00
Caner Candan
56c6edab04 * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
Caner Candan
651ba9f899 new pkg-config file 2010-11-19 11:54:45 +01:00
Johann Dreo
4cebad979d remove multi-objective stuff, deprecated by ParadisEO-PEO 2010-11-07 23:16:45 +01:00
Johann Dreo
bd236ee67f add tests interfaces as examples in the doc ; remove unused test binaries ; some code formating 2010-11-07 23:12:28 +01:00
Johann Dreo
2104f5b7e9 and finally... still more grouping in documentation. 2010-11-05 22:46:15 +01:00
Caner Candan
6d04ba9d32 ticket #1: Remove the autotools files done 2010-09-01 14:51:09 +02:00
Caner CANDAN
7159f8e5c4 + cpack configuration in order to generate packaging files, to make it easier use the script package_deb and package_rpm 2010-08-18 17:06:16 +02:00
kuepper
1187a83c82 Add climits header as required for gcc-4.3 when using UINT_MAX 2008-03-31 13:35:41 +00:00
ldacosta
fb6201a144 make_continue... just a little formatting 2008-03-31 12:53:51 +00:00
ldacosta
fac8fc0742 Output functor is needed if there is screen output OR FILE OUTPUT - until now, it was only created and stored in the screen output was activated. Line 120 of make_checkpoint.h 2008-03-28 16:24:17 +00:00
ldacosta
64fb5d2c45 Change in do_make_checkpoint: it receives not just a parameter from the evaluation function, not the function itself!! 2008-03-28 16:09:40 +00:00
ldacosta
af8cd4b08b Adjusting configuration for Eclipse 2008-03-28 15:57:55 +00:00
ldacosta
8c1726ef97 do_make_algo_scalar is extended: now it accepts also an evaluation of the fitness of the population as parameter. 2008-03-28 15:51:48 +00:00
tlegrand
6b0cfffe09 Added #ifdef HAVE_GNUPLOT for Windows compatibility 2007-09-19 11:45:19 +00:00
tlegrand
e5cd9cb379 Added HAVE_GNUPLOT checking 2007-09-11 13:59:49 +00:00
tlegrand
89047a3db6 added CMake configuration files 2007-08-10 14:29:12 +00:00
jeggermo
219e9bd648 Changed some files for compatibility with MSVC 2003 and 2005 2006-11-20 13:25:46 +00:00
evomarc
2934551289 Added an accessor to the pointsize in eoeoGnuplot1DSnapshot.h 2005-10-10 13:34:21 +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
09ebf78905 remove forgotten config.h 2005-09-28 21:57:40 +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
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
438e8ef6d6 Use getORcreateParam instead of createParam when getting values from
the eoParser.
Update setORcreateParam.
2005-09-12 17:53:25 +00:00
evomarc
935910f2f4 Small upgrade for gcc 3.3 (I guess no-one is using those files, right?) 2005-04-04 20:41:06 +00:00
kuepper
73c97e6bfa update for sstream 2004-09-29 18:37:20 +00:00
kuepper
9786fe0a6a Fix cvs-commit error (<<< still there...) 2004-09-28 17:13:34 +00:00
evomarc
76e78116ac Added include eoDistance.h 2004-09-27 15:19:53 +00:00
kuepper
51471804cd fix installation, dist-preparation 2004-09-22 18:18:31 +00:00
kuepper
495057c341 updates for distributing/installing ParadisEO. 2004-09-22 17:30:11 +00:00
kuepper
6c7d888194 cleanup 2004-09-17 17:00:04 +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
041791eb4b Added a few user-friendly comments in case sizes don't match between
load file and required popsize
2003-12-05 05:38:02 +00:00
evomarc
364cded6a4 Added keywords "Sequential" and "Random" as synonyms of resp. "Deterministic"
and "Uniform" - for EASEA
2003-04-27 06:08:11 +00:00
okoenig
c39b241413 added eoAssembledFitnessStat.h to implement Best and Avg Stat for eoScalarFitnessAssembled 2003-04-05 13:42:01 +00:00
okoenig
ce04cca4b9 Minor changes to make it run under Visual Studio 6.0 2003-04-03 09:23:52 +00:00
okoenig
b3e57bedad 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-02 21:10:53 +00:00
okoenig
c2bad596f2 This Makefile.am was missing; all it does is adding the *.h and Readme files to distribution 2003-02-28 17:47:24 +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
evomarc
f81d92a0af Added an error message in case of unknown reducer
(was the source of a segmentation fault with old parameter files)
2002-08-29 16:31:50 +00:00
evomarc
7bf32a66fd Adding make_xxx files for EASEA 2002-08-23 15:52:40 +00:00
evomarc
5274c852f1 Tiny details 2002-08-23 15:44:27 +00:00
evomarc
0caf6259e9 Removed a typo that made gnuplot file not be in the RESULT directory 2002-07-30 03:21:59 +00:00
evomarc
bc7aee869f There was a problem with the activation of the Ctrl C 2002-07-24 18:05:18 +00:00
evomarc
7f550d008e Added eoSequentialSelect.h in the includes 2002-07-06 05:24:51 +00:00
evomarc
6848622539 Added the eoIncrementorParam - now ALL pointers allocated in make_checkpoint
are stored somewhere (the generation counter was not)
2002-04-08 08:50:27 +00:00
evomarc
32f1c98630 Added the time counter in make_checkpoint 2002-03-22 11:01:30 +00:00
evomarc
194f6bf45e Changed the reading of parameter resDir from createParam to getORcreateParam
so it can be used in other parts of hte program (it's handy to put all
disk outputs in one dir).
2002-03-05 05:34:27 +00:00
evomarc
fb09ff1ac7 Added file monitors for the population in the Pareto space (were ony available as
eoGnulpot1DSnapshors before)
2002-02-11 06:28:52 +00:00
evomarc
4fea57e84d First instances of the make_xxx_pareto, where xxx is algo, continue and checkpoint 2002-02-09 04:58:33 +00:00