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 |
|
tlegrand
|
f3e1e35ea3
|
corrected weight factor and updated doc
|
2008-01-08 15:34:43 +00:00 |
|
tlegrand
|
ef252cf7de
|
corrected PSO dummy errors and completed documentation
|
2008-01-08 15:13:32 +00:00 |
|
tlegrand
|
4b99bc8bc9
|
corrected PSO dummy errors and completed documentation
|
2008-01-08 14:50:13 +00:00 |
|
evomarc
|
b8da2db21f
|
Added the GDB trick to visualize the components of a vector
(but it still doesn't work with EO objects, though???)
|
2007-12-08 15:05:51 +00:00 |
|
evomarc
|
f2b98abd90
|
3 identical typos in 3 different files :-)
|
2007-12-08 14:49:52 +00:00 |
|
tlegrand
|
465874cb0b
|
Warning: A '_WINDOWS' definition is added to compile four Unix-dedicated files (eoCtrlCContinue.h,eoCtrlCContinue.cpp, pipecom.h, pipecom.cpp). The same definition should be added in the automake configuration file to ensure the compatibility.
|
2007-11-26 08:00:25 +00:00 |
|
tlegrand
|
5ee50170b0
|
added definition _WINDOWS for (mingw and others) compatibility
|
2007-11-26 07:56:08 +00:00 |
|
maartenkeijzer
|
18adaef056
|
Updated makefiles, updated the moo stuff and cleaned up some stuff that refused to compile
|
2007-11-12 16:23:57 +00:00 |
|
tlegrand
|
ffb683368f
|
indented file
|
2007-11-12 15:48:56 +00:00 |
|
tlegrand
|
7ffea6f818
|
completed with pso new components
|
2007-11-12 15:46:42 +00:00 |
|
tlegrand
|
942f5214e0
|
completed pso topologies+velocities
|
2007-11-12 15:45:27 +00:00 |
|
tlegrand
|
0280487348
|
added pso initializer+ integerVelocity
|
2007-11-12 15:43:43 +00:00 |
|
tlegrand
|
2767fadf90
|
added permutation init
|
2007-11-12 15:41:46 +00:00 |
|
tlegrand
|
ec112ae2f2
|
added permut components
|
2007-11-12 15:41:09 +00:00 |
|
tlegrand
|
0aa67ac17b
|
added test for permutation components
|
2007-10-11 14:14:10 +00:00 |
|
tlegrand
|
141ccae1dd
|
added generic parameter for sigmoid function
|
2007-10-11 14:10:27 +00:00 |
|
tlegrand
|
b17888d0b4
|
added new tests
|
2007-10-11 14:08:41 +00:00 |
|
tlegrand
|
9174a37355
|
added PSO ring topology test
|
2007-10-11 14:08:06 +00:00 |
|
tlegrand
|
9ff1e99715
|
added PSO ring topology
|
2007-10-11 14:03:18 +00:00 |
|
tlegrand
|
65907b6222
|
*** empty log message ***
|
2007-10-08 15:33:46 +00:00 |
|
tlegrand
|
c864f2deb5
|
added best position updating + printOn
|
2007-10-08 15:22:25 +00:00 |
|
tlegrand
|
7d89f5a97c
|
added autoconf > 2.6 compatibility
|
2007-10-04 15:10:11 +00:00 |
|
kuepper
|
f5789db336
|
add coding cookies for Emacs and vim
|
2007-09-25 21:29:31 +00:00 |
|
maartenkeijzer
|
3f5d0df3ee
|
added patched tcc source tree
|
2007-09-23 08:37:09 +00:00 |
|
maartenkeijzer
|
40f5377cf1
|
updated include dependencies
|
2007-09-23 08:35:51 +00:00 |
|
tlegrand
|
6b0cfffe09
|
Added #ifdef HAVE_GNUPLOT for Windows compatibility
|
2007-09-19 11:45:19 +00:00 |
|
tlegrand
|
b1220d189b
|
Added eoNSGA_II classes in eomoo lib
|
2007-09-19 11:44:39 +00:00 |
|
tlegrand
|
1063826d14
|
Forget gprop application under Visual Studio
|
2007-09-19 11:41:08 +00:00 |
|
tlegrand
|
1990bffd2b
|
Several fixes
|
2007-09-19 11:40:31 +00:00 |
|