Commit graph

303 commits

Author SHA1 Message Date
Caner Candan
36fe44b898 * removed some warnings 2011-01-27 17:50:11 +01:00
Johann Dreo
128588b3e2 Add a value(ValueType) method for ValueParam, to directly change the value using the templatized type. Use two intermediate streamstring conversions. 2010-12-17 11:25:58 +01:00
Caner Candan
8ecef39168 fixed unistd.h portability issue 2010-11-17 11:41:43 +01:00
Johann Dreo
ec70859622 Merge branch 'master' of ssh://eodev/gitroot/eodev/eodev 2010-11-15 09:14:00 +01:00
Johann Dreo
fb8a8d79fd verify that pop is not empty before attempting to compute the IQR 2010-11-15 09:13:39 +01:00
nojhan
04f12b770e supress some doxygen warnings about \classes 2010-11-14 15:24:35 +01:00
nojhan
4e36150ee8 eoInterquartileRangeStat example link to t-eoIQRStat 2010-11-14 15:11:46 +01:00
Johann Dreo
faaf13194f fix most of the doxygen warnings 2010-11-09 11:44:28 +01:00
Johann Dreo
22224ad793 default log output to debug for the ostream monitor ; better documentation 2010-11-08 22:58:37 +01:00
Johann Dreo
cf5533c1b2 new eoAerageSizeStat class 2010-11-08 18:29:25 +01:00
Johann Dreo
b7009822a5 fix some doxygen warnings 2010-11-07 23:43:58 +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
nojhan
63c0ae91ed small fixes in the doc 2010-11-06 09:19:17 +01:00
Johann Dreo
2104f5b7e9 and finally... still more grouping in documentation. 2010-11-05 22:46:15 +01:00
Johann Dreo
8b9aea4a0b more doc groups, cleaner modules hierarchy 2010-11-01 23:08:58 +01:00
Johann Dreo
4310aaf5cc replace TODO comments by @ŧodo doxygen command 2010-11-01 22:09:40 +01:00
Johann Dreo
fc21827eca remove default values for verbose parameters, so as to make deprecated wrappers unused by default 2010-10-31 21:36:53 +01:00
Johann Dreo
9c51b925b6 alternate function prototypes without verbose parameter 2010-10-31 21:19:34 +01:00
Johann Dreo
a9f382a30c fix #13: remove the use of the verbose members, replaced by the eo::log system ; functions prototypes keep their verbose parameters, but display a warning until next version 2010-10-30 23:30:40 +02:00
Johann Dreo
4a90420dd3 create a more generic class for monitoring to any ostream (useful for output to clog or cerr, for example), the stdout monitor now inherits from it 2010-10-26 10:51:48 +02:00
Johann Dreo
47c4f58eb8 Stat object to compute ratio of feasible indviduals in a pop using eoDualFitness 2010-10-25 09:50:50 +02:00
Johann Dreo
91ab6b8296 a stat object for computing interquartile range (a robust measure of dispersion) 2010-10-22 10:08:57 +02:00
Johann Dreo
eade49c45a typo variable name 2010-09-21 17:52:59 +02:00
Johann Dreo
f39183b8d7 accessors to levels ; typofix on _contextLevel 2010-09-16 14:16:24 +02:00
Johann Dreo
991138053c typo bugfix 2010-09-16 09:29:51 +02:00
Johann Dreo
2ed8146723 use std::endl ; error message format ; more comments 2010-09-16 09:28:55 +02:00
Johann Dreo
9d19cc2cfa bugfix _keep_existing name ; added an overwriting option to use ios_base::trunc instead of ios_base::app 2010-09-15 22:53:15 +02:00
Johann Dreo
22ce03233e doc comments 2010-09-15 22:28:29 +02:00
Johann Dreo
526dfe150b bugfix xdebug level 2010-09-06 12:05:13 +02:00
Johann Dreo
236dd02608 indent clean, more comments 2010-09-06 00:04:37 +02:00
Johann Dreo
b9d74c0b55 replace \n with endl 2010-09-05 23:56:17 +02:00
Johann Dreo
b18817b46f use eo::log instead of cout 2010-09-05 23:42:58 +02:00
Caner Candan
6d04ba9d32 ticket #1: Remove the autotools files done 2010-09-01 14:51:09 +02:00
Caner Candan
76d8dac2fd Merge branch 'packaging' of ssh://localhost:9001/gitroot/eodev/eodev 2010-09-01 12:07:23 +02:00
Caner Candan
5bd0baace7 eo::log: added the parameter -o in order to define a log file + removed some warning messages at compile time 2010-09-01 12:01:42 +02:00
Caner Candan
0834d689e8 * added some useful comments in eoLogger class 2010-08-31 19:26:51 +02:00
Caner Candan
1619b2b38c * eoRNG.h: added double uniform(double min, double max) 2010-08-31 15:53:32 +02:00
Caner Candan
ce8f5f692f * fixed some warning issues during compilation 2010-08-31 14:10:13 +02:00
Johann Dreo
ce0c969671 update of the license headers, LGPL version 2 only for those new files 2010-08-30 22:46:55 +02:00
Johann Dreo
e184e9dd96 add a xdebug level & update of the license headers, LGPL version 2 only for this new file 2010-08-30 22:46:37 +02:00
Johann Dreo
ee6d52ec81 no ; at the end of the line 2010-08-30 22:42:42 +02:00
Caner CANDAN
8e858e8fff fixed a warning issue at the file eoRealBounds.cpp 2010-08-18 17:18:36 +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
Johann Dreo
6ec3fc5c09 correct headers ; class comment 2010-08-17 15:11:18 +02:00
Johann Dreo
8896fec321 improved explanations 2010-08-17 15:07:17 +02:00
Johann Dreo
4ba3f62a3a missing header ; correct copyright ; correct emails 2010-08-17 15:02:39 +02:00
Johann Dreo
d698065579 translate variable from french to english 2010-08-17 14:59:24 +02:00
Johann Dreo
ce99bb02f1 use eo::log ; warning when returns 0 2010-08-17 14:56:33 +02:00
Caner CANDAN
1ecf4d3def + feature eoSIGContinue: Continuator can catch user signals + feature eoLogger: flexible logging system for eo 2010-08-04 13:47:51 +02:00