tlegrand
|
49d3df2cc4
|
updated the doc tags
|
2008-04-18 08:51:38 +00:00 |
|
tlegrand
|
78a798d169
|
added eoExtendedvelocity (+doc + test) that takes both the local best and the global of a PSO topology into account. Also updated the doc tags for the other topologies and velocities
|
2008-04-18 08:50:22 +00:00 |
|
tlegrand
|
aaa8df129b
|
updated a few things about paradiseo (links, docs)
|
2008-04-18 08:19:22 +00:00 |
|
tlegrand
|
9d3da02ea9
|
deleted old and obsolete paradiseo's pdf slides
|
2008-04-18 07:58:17 +00:00 |
|
paradiseo
|
4b844243ce
|
new implementation of the test
|
2008-04-17 14:31:11 +00:00 |
|
paradiseo
|
b2404c9daa
|
Add t-eoOrderXover in the test list
|
2008-04-17 14:29:57 +00:00 |
|
paradiseo
|
08d4b90578
|
test of eoOrderXover
|
2008-04-17 14:29:10 +00:00 |
|
paradiseo
|
7a7340f9ad
|
new crossover dedicated to permutation-based representation
|
2008-04-17 14:26:59 +00:00 |
|
kuepper
|
86cda0d3b6
|
start preparation for 1.1 release
|
2008-03-31 19:12:12 +00:00 |
|
kuepper
|
0388f95758
|
Update for gcc-4.3 compatibility
|
2008-03-31 19:11:13 +00: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 |
|
ldacosta
|
c86d07fed3
|
"Tutorial" conflicts with "tutorial" (in Eclipse), so I try to change names
|
2008-03-28 13:49:14 +00:00 |
|
ldacosta
|
3e17a2dd67
|
"Tutorial" conflicts with "tutorial" (in Eclipse), so I try to change names
|
2008-03-28 13:49:13 +00:00 |
|
tlegrand
|
aee8aa452f
|
come back to dart.irisa.fr !
|
2008-03-20 15:48:31 +00:00 |
|
tlegrand
|
52d9a1fed9
|
added minimal test config
|
2008-03-20 08:43:44 +00:00 |
|
ldacosta
|
860040ae53
|
"Tutorial" (with capital T) was interfering with the checkout of eo on Eclipse (because there is already one "tutorial", with "t"). This is just a renaming of "Tutorial".
|
2008-03-13 16:28:34 +00:00 |
|
tlegrand
|
575660e903
|
replaced ParadisEO links
|
2008-03-12 15:36:58 +00:00 |
|
tlegrand
|
9c62897d10
|
replaced ParadisEO links
|
2008-03-12 15:29:29 +00:00 |
|
tlegrand
|
b3c99998a3
|
added lesson6
|
2008-03-12 15:23:35 +00:00 |
|
tlegrand
|
50c6c59bc3
|
added lesson 6 subdir
|
2008-03-12 14:59:03 +00:00 |
|
tlegrand
|
ad5e398ff3
|
changed dart server
|
2008-03-11 13:16:35 +00:00 |
|
tlegrand
|
137cb9d28a
|
added coverage flags + visual studio 9 specific flags
|
2008-03-10 14:27:19 +00:00 |
|
tlegrand
|
b6b5742369
|
deleted CMAKE_BUILD_TYPE tags and management
|
2008-03-06 17:05:16 +00:00 |
|
tlegrand
|
f532a3f109
|
deleted old customized LL/SS PSO algorithms
|
2008-03-05 09:41:24 +00:00 |
|
tlegrand
|
edc049f804
|
added lesson6 subdir
|
2008-03-05 09:06:50 +00:00 |
|
tlegrand
|
4ad79a9148
|
Added new lesson (6) dedicated to the PSO. Also changed a few things into the PSO-dedicated components (constructors)
|
2008-03-04 14:01:29 +00:00 |
|
tlegrand
|
4834adbe5f
|
corrected bad index error when uniform()=0 in roulette_wheel. The error was: if fortune=0, we first have "int i=0", then "return --i" .
|
2008-02-26 14:53:32 +00:00 |
|
tlegrand
|
28abc86db7
|
changed nightly start time : EDT -> WEST
|
2008-02-20 10:07:49 +00:00 |
|
kuepper
|
82eb502893
|
fix SF doc-generation,
remove absolute paths
|
2008-02-18 20:14:47 +00:00 |
|
tlegrand
|
b08b22f172
|
added nighlty start date for Dart config
|
2008-02-18 15:08:08 +00:00 |
|
tlegrand
|
4818863cd0
|
set new gcc warning flags -Wall & -Wextra (deleted the others)
|
2008-02-18 14:43:09 +00:00 |
|
tlegrand
|
596d24511a
|
Replaced "_isOneIndexed" boolean by an unsigned "_startFrom"
|
2008-02-15 13:10:06 +00:00 |
|
tlegrand
|
259dad2820
|
Completed eoInitPermutation: CTor now has a "isOneIndexed" parameter to assign 1..Indi_size as genotype values instead of 0..Indi_size
|
2008-02-15 12:50:58 +00:00 |
|
tlegrand
|
25719d800c
|
added "IF(ENABLE_CMAKE_TESTING)" to add test only if they have been enabled
|
2008-02-14 09:08:42 +00:00 |
|
tlegrand
|
60e8d2bc0f
|
Added DartConfig for Dart reporting. By default CTest will submit to dart.irisa.fr (project ParadisEO).
|
2008-02-14 08:39:41 +00:00 |
|
tlegrand
|
af0f4fdd42
|
Added cl compiler flags + new DartConfig
|
2008-02-14 08:28:47 +00:00 |
|
tlegrand
|
fba67414df
|
set warning flags to OFF
|
2008-02-14 08:23:48 +00:00 |
|
tlegrand
|
1613342bcf
|
deleted cxx flags for cl compiler. They have been moved to the CMakeLists.txt at the top level
|
2008-02-14 08:23:16 +00:00 |
|
paradiseo
|
2273573e04
|
Addition of a method sort for PSO
|
2008-01-24 08:35:11 +00:00 |
|
paradiseo
|
ef8bc7b03f
|
Modification of cotinuator.h
|
2008-01-18 09:49:16 +00:00 |
|
tlegrand
|
d7682cae19
|
added generic continuator for tests. just an "continuator" class extended by eoContinue. No impact for the rest.
|
2008-01-17 13:08:21 +00:00 |
|
tlegrand
|
de5e71eb55
|
removed bad semicolon at the end of a "{}" bloc which is not a class/template/struct.
Debugged using g++ flags
|
2008-01-16 08:30:38 +00:00 |
|
tlegrand
|
012c71e8fb
|
corrected contructor parameter names. All tests OK
|
2008-01-16 08:14:18 +00:00 |
|
tlegrand
|
e8883486f6
|
renamed "globalBest" parameter in "globalBest" function ...
|
2008-01-15 13:57:32 +00:00 |
|
tlegrand
|
5cbbe83a0e
|
removed bad semicolon at the end of a "{}" bloc which is not a class/template.
Debugged using g++ flags (see CMakeLists.txt at the root)
|
2008-01-15 13:53:18 +00:00 |
|