Commit graph

862 commits

Author SHA1 Message Date
tlegrand
f532a3f109 deleted old customized LL/SS PSO algorithms 2008-03-05 09:41:24 +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
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
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
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
f2b98abd90 3 identical typos in 3 different files :-) 2007-12-08 14:49:52 +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
141ccae1dd added generic parameter for sigmoid function 2007-10-11 14:10:27 +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
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
c28be053cc Avoid EONSGA in the lib (errors with Windows/MVS) 2007-09-18 15:40:31 +00:00
tlegrand
112b34bceb Completed CMake config 2007-09-18 15:12:22 +00:00
tlegrand
e5cd9cb379 Added HAVE_GNUPLOT checking 2007-09-11 13:59:49 +00:00
maartenkeijzer
36c14fed9e Various changes and optimizations 2007-09-10 10:30:53 +00:00
maartenkeijzer
373c26caba Woops, used the wrong sort here 2007-09-06 08:15:22 +00:00
maartenkeijzer
2b303560fa added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc 2007-09-05 13:52:17 +00:00
maartenkeijzer
cb85c19259 added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc 2007-09-05 11:36:44 +00:00
maartenkeijzer
29816fc197 added epsilon moea 2007-09-04 15:26:45 +00:00
maartenkeijzer
1be65a94ad made fitness() query return const reference 2007-09-04 13:44:41 +00:00
maartenkeijzer
fe9fe17eb6 removed const qualifier from choice() member 2007-09-04 13:44:02 +00:00
maartenkeijzer
b2ac3d6958 Added member to get to the embedded fitness object 2007-09-04 07:50:31 +00:00
maartenkeijzer
98f763466a Added reinitialization of fitness when fitness is invalidated. Needed this to clear worths in multi-objective case 2007-09-04 07:47:46 +00:00
maartenkeijzer
f93327a041 several fixes 2007-09-03 14:37:27 +00:00
maartenkeijzer
f2f65d7ed4 more bugfixes 2007-08-31 14:12:54 +00:00
maartenkeijzer
220c89d1d5 changed eoTruncate to use sort. nth_element leads to weird results in moo case 2007-08-31 14:03:35 +00:00
maartenkeijzer
1d4cfb0da8 made stuff virtual 2007-08-31 13:45:46 +00:00
maartenkeijzer
a5261fec51 Refactoring 2007-08-31 13:27:40 +00:00
maartenkeijzer
b11638cd54 refactoring 2007-08-31 12:59:18 +00:00
maartenkeijzer
ec2eaae4ce hmm not a good idea to replace with dummy 2007-08-31 11:19:26 +00:00
maartenkeijzer
879da6b82e update needed for multi-objective approach 2007-08-31 11:08:25 +00:00