Commit graph

1,899 commits

Author SHA1 Message Date
Caner Candan
6ff2a61e2e Merge branch 'master' of ssh://localhost:8007/do 2010-09-01 10:33:42 +02:00
Caner Candan
13b9b62397 added temporary population sorting 2010-08-31 19:29:05 +02:00
Caner Candan
0834d689e8 * added some useful comments in eoLogger class 2010-08-31 19:26:51 +02:00
Caner Candan
1086dc4d49 * main.cpp: removed useless comments * src/do: added some lines to make detectable language file * doEDASA.h: added some comments 2010-08-31 17:16:48 +02:00
Caner Candan
20a4496b83 fixed some warning messages while compiling 2010-08-31 16:39:21 +02:00
Caner Candan
f98e138562 + eoEvalFuncCounterBounder.h: inherits of eoEvalFuncCounter in adding an exception throwing when a threshold of evaluation has been reached 2010-08-31 16:35:50 +02:00
Caner Candan
52d4107bc4 + eoEvalFuncCounterBounder.h: inherits of eoEvalFuncCounter in adding an exception throwing when a threshold of evaluation has been reached 2010-08-31 16:34:03 +02:00
Caner Candan
b790bbc35b + eoEvalFuncCounterBounder.h: inherits of eoEvalFuncCounter in adding an exception throwing when a threshold of evaluation has been reached 2010-08-31 16:32:19 +02:00
Caner Candan
698c692a63 + eoEvalFuncCounterBounder.h: inherits of eoEvalFuncCounter in adding an exception throwing when a threshold of evaluation has been reached 2010-08-31 16:31:39 +02:00
Caner Candan
1619b2b38c * eoRNG.h: added double uniform(double min, double max) 2010-08-31 15:53:32 +02:00
Caner Candan
e42a1dae74 * eoFitContinue: using of _pop.best_element().fitness() instead of pop.nth_element_fitness(0) 2010-08-31 14:56:11 +02:00
Caner Candan
12a631cfb1 removed a wrong logging message from eoEvalContinue.h 2010-08-31 14:54:42 +02:00
Caner Candan
2b3db39aff repared some compile warning messages 2010-08-31 14:52:08 +02:00
Caner Candan
1b3172a40c updated doxygen config file to the version 1.6.x 2010-08-31 14:15:54 +02:00
Caner Candan
ce8f5f692f * fixed some warning issues during compilation 2010-08-31 14:10:13 +02:00
Caner Candan
27d5cbbc3b updated doc/CMakeLists.txt in order to add docs in packages 2010-08-31 14:06:34 +02:00
Caner Candan
364877cc23 removed useless eo.cfg, this is generated automaticaly by cmake with the file eo.cfg.cmake 2010-08-31 14:04:25 +02:00
Johann Dreo
23dc5dfed8 Merge branch 'master' of ssh://eodev/gitroot/eodev/eodev 2010-08-31 10:22:46 +02:00
Johann Dreo
248d12d2f4 add eoDualFitness.h to the list of headers 2010-08-30 22:50:59 +02:00
Johann Dreo
528893cba9 bugfix: typo on _this_ 2010-08-30 22:50:34 +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
03978e9ead no ; at the end of the line 2010-08-30 22:44:18 +02:00
Johann Dreo
eb79ec2b6c New class: A fitness class that permits to compare feasible and unfeasible individuals. It guaranties that a feasible individual will always be better than an unfeasible one. 2010-08-30 22:43:50 +02:00
Johann Dreo
ee6d52ec81 no ; at the end of the line 2010-08-30 22:42:42 +02:00
Caner Candan
08754eeaee fixed a bug with using of replacor, it didnt reduce the fitness 2010-08-30 16:20:55 +02:00
nojhan
2fdc24a29a openhatch button, supposed to facilitate the involvement of new contributors 2010-08-28 12:30:37 +02:00
Caner Candan
25bb766c82 Merge branch 'master' of candan.fr:do 2010-08-26 19:54:05 +02:00
Caner Candan
e71e86d6c1 ... 2010-08-26 19:31:30 +02:00
Caner Candan
b017a0eb46 * removed rho parameter and replaced it by popsize 2010-08-25 19:15:32 +02:00
Caner Candan
799a8f01f3 + script to plot on ggobi 2010-08-24 18:40:49 +02:00
Caner Candan
74b23dd76b * LICENSE 2010-08-24 11:23:55 +02:00
Caner Candan
b21f90c75e * fixed remove command issue 2010-08-24 11:22:06 +02:00
Caner Candan
752b1722bb * pkg-config updated + cmake file 2010-08-24 11:19:31 +02:00
Caner Candan
5b3f42d277 + lib utils 2010-08-24 10:26:36 +02:00
Caner Candan
5cbb27aee3 + multiplot with gnuplot 2010-08-23 18:03:44 +02:00
Caner Candan
7cfd111468 a C header include missed 2010-08-23 16:14:02 +02:00
Caner Candan
0c5545c421 + plot populations by generation - removed dump from doEDASA 2010-08-23 15:56:58 +02:00
nojhan
113d2ac145 more sections to jump to 2010-08-19 22:04:01 +02:00
nojhan
52eeae0f5b correct links to sourceforge features 2010-08-19 21:45:19 +02:00
nojhan
82c873fc1a bugfix #2054922: using base_const_iterator::node; 2010-08-19 20:38:19 +02:00
Caner Candan
20c90d93f9 added a FIXME 2010-08-18 19:13:38 +02:00
Caner Candan
a84417d349 * cma-sa name has been replace by eda-sa in the project 2010-08-18 18:39:58 +02:00
Caner Candan
a70a083735 - useless comments and files removed 2010-08-18 18:24:16 +02:00
Caner Candan
91fa58ccaf - useless comments and files removed 2010-08-18 18:23:01 +02:00
Caner Candan
bd390cd217 - useless comments and files removed 2010-08-18 18:22:28 +02:00
Caner CANDAN
bb5b1965c7 * eoDetSelect: when the call of howmany() returns 0 it is replaced by 1 2010-08-18 17:30:11 +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
Caner Candan
2948609905 - some useless comments + authors in files header 2010-08-18 13:37:17 +02:00