Commit graph

  • a93ed43907 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 tlegrand 2008-04-18 08:59:02 +00:00
  • a1ee120589 imrproved PSO topology/velocity tests tlegrand 2008-04-18 08:58:42 +00:00
  • 49d3df2cc4 updated the doc tags tlegrand 2008-04-18 08:51:38 +00:00
  • 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 tlegrand 2008-04-18 08:50:22 +00:00
  • aaa8df129b updated a few things about paradiseo (links, docs) tlegrand 2008-04-18 08:19:22 +00:00
  • 9d3da02ea9 deleted old and obsolete paradiseo's pdf slides tlegrand 2008-04-18 07:58:17 +00:00
  • 4b844243ce new implementation of the test paradiseo 2008-04-17 14:31:11 +00:00
  • b2404c9daa Add t-eoOrderXover in the test list paradiseo 2008-04-17 14:29:57 +00:00
  • 08d4b90578 test of eoOrderXover paradiseo 2008-04-17 14:29:10 +00:00
  • 7a7340f9ad new crossover dedicated to permutation-based representation paradiseo 2008-04-17 14:26:59 +00:00
  • 86cda0d3b6 start preparation for 1.1 release kuepper 2008-03-31 19:12:12 +00:00
  • 0388f95758 Update for gcc-4.3 compatibility kuepper 2008-03-31 19:11:13 +00:00
  • 1187a83c82 Add climits header as required for gcc-4.3 when using UINT_MAX kuepper 2008-03-31 13:35:41 +00:00
  • fb6201a144 make_continue... just a little formatting ldacosta 2008-03-31 12:53:51 +00:00
  • 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 ldacosta 2008-03-28 16:24:17 +00:00
  • 64fb5d2c45 Change in do_make_checkpoint: it receives not just a parameter from the evaluation function, not the function itself!! ldacosta 2008-03-28 16:09:40 +00:00
  • af8cd4b08b Adjusting configuration for Eclipse ldacosta 2008-03-28 15:57:55 +00:00
  • 8c1726ef97 do_make_algo_scalar is extended: now it accepts also an evaluation of the fitness of the population as parameter. ldacosta 2008-03-28 15:51:48 +00:00
  • c86d07fed3 "Tutorial" conflicts with "tutorial" (in Eclipse), so I try to change names ldacosta 2008-03-28 13:49:14 +00:00
  • 3e17a2dd67 "Tutorial" conflicts with "tutorial" (in Eclipse), so I try to change names ldacosta 2008-03-28 13:49:13 +00:00
  • aee8aa452f come back to dart.irisa.fr ! tlegrand 2008-03-20 15:48:31 +00:00
  • 52d9a1fed9 added minimal test config tlegrand 2008-03-20 08:43:44 +00:00
  • 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". ldacosta 2008-03-13 16:28:34 +00:00
  • 575660e903 replaced ParadisEO links tlegrand 2008-03-12 15:36:58 +00:00
  • 9c62897d10 replaced ParadisEO links tlegrand 2008-03-12 15:29:29 +00:00
  • b3c99998a3 added lesson6 tlegrand 2008-03-12 15:23:35 +00:00
  • 50c6c59bc3 added lesson 6 subdir tlegrand 2008-03-12 14:59:03 +00:00
  • ad5e398ff3 changed dart server tlegrand 2008-03-11 13:16:35 +00:00
  • 137cb9d28a added coverage flags + visual studio 9 specific flags tlegrand 2008-03-10 14:27:19 +00:00
  • b6b5742369 deleted CMAKE_BUILD_TYPE tags and management tlegrand 2008-03-06 17:05:16 +00:00
  • f532a3f109 deleted old customized LL/SS PSO algorithms tlegrand 2008-03-05 09:41:24 +00:00
  • edc049f804 added lesson6 subdir tlegrand 2008-03-05 09:06:50 +00:00
  • 4ad79a9148 Added new lesson (6) dedicated to the PSO. Also changed a few things into the PSO-dedicated components (constructors) tlegrand 2008-03-04 14:01:29 +00:00
  • 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" . tlegrand 2008-02-26 14:53:32 +00:00
  • 28abc86db7 changed nightly start time : EDT -> WEST tlegrand 2008-02-20 10:07:49 +00:00
  • 82eb502893 fix SF doc-generation, remove absolute paths kuepper 2008-02-18 20:14:47 +00:00
  • b08b22f172 added nighlty start date for Dart config tlegrand 2008-02-18 15:08:08 +00:00
  • 4818863cd0 set new gcc warning flags -Wall & -Wextra (deleted the others) tlegrand 2008-02-18 14:43:09 +00:00
  • 596d24511a Replaced "_isOneIndexed" boolean by an unsigned "_startFrom" tlegrand 2008-02-15 13:10:06 +00:00
  • 259dad2820 Completed eoInitPermutation: CTor now has a "isOneIndexed" parameter to assign 1..Indi_size as genotype values instead of 0..Indi_size tlegrand 2008-02-15 12:50:58 +00:00
  • 25719d800c added "IF(ENABLE_CMAKE_TESTING)" to add test only if they have been enabled tlegrand 2008-02-14 09:08:42 +00:00
  • 60e8d2bc0f Added DartConfig for Dart reporting. By default CTest will submit to dart.irisa.fr (project ParadisEO). tlegrand 2008-02-14 08:39:41 +00:00
  • af0f4fdd42 Added cl compiler flags + new DartConfig tlegrand 2008-02-14 08:28:47 +00:00
  • fba67414df set warning flags to OFF tlegrand 2008-02-14 08:23:48 +00:00
  • 1613342bcf deleted cxx flags for cl compiler. They have been moved to the CMakeLists.txt at the top level tlegrand 2008-02-14 08:23:16 +00:00
  • 2273573e04 Addition of a method sort for PSO paradiseo 2008-01-24 08:35:11 +00:00
  • ef8bc7b03f Modification of cotinuator.h paradiseo 2008-01-18 09:49:16 +00:00
  • d7682cae19 added generic continuator for tests. just an "continuator" class extended by eoContinue. No impact for the rest. tlegrand 2008-01-17 13:08:21 +00:00
  • de5e71eb55 removed bad semicolon at the end of a "{}" bloc which is not a class/template/struct. Debugged using g++ flags tlegrand 2008-01-16 08:30:38 +00:00
  • 012c71e8fb corrected contructor parameter names. All tests OK tlegrand 2008-01-16 08:14:18 +00:00
  • e8883486f6 renamed "globalBest" parameter in "globalBest" function ... tlegrand 2008-01-15 13:57:32 +00:00
  • 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) tlegrand 2008-01-15 13:53:18 +00:00
  • f3e1e35ea3 corrected weight factor and updated doc tlegrand 2008-01-08 15:34:43 +00:00
  • ef252cf7de corrected PSO dummy errors and completed documentation tlegrand 2008-01-08 15:13:32 +00:00
  • 4b99bc8bc9 corrected PSO dummy errors and completed documentation tlegrand 2008-01-08 14:50:13 +00:00
  • b8da2db21f Added the GDB trick to visualize the components of a vector (but it still doesn't work with EO objects, though???) evomarc 2007-12-08 15:05:51 +00:00
  • f2b98abd90 3 identical typos in 3 different files :-) evomarc 2007-12-08 14:49:52 +00:00
  • 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. tlegrand 2007-11-26 08:00:25 +00:00
  • 5ee50170b0 added definition _WINDOWS for (mingw and others) compatibility tlegrand 2007-11-26 07:56:08 +00:00
  • 18adaef056 Updated makefiles, updated the moo stuff and cleaned up some stuff that refused to compile maartenkeijzer 2007-11-12 16:23:57 +00:00
  • ffb683368f indented file tlegrand 2007-11-12 15:48:56 +00:00
  • 7ffea6f818 completed with pso new components tlegrand 2007-11-12 15:46:42 +00:00
  • 942f5214e0 completed pso topologies+velocities tlegrand 2007-11-12 15:45:27 +00:00
  • 0280487348 added pso initializer+ integerVelocity tlegrand 2007-11-12 15:43:43 +00:00
  • 2767fadf90 added permutation init tlegrand 2007-11-12 15:41:46 +00:00
  • ec112ae2f2 added permut components tlegrand 2007-11-12 15:41:09 +00:00
  • 0aa67ac17b added test for permutation components tlegrand 2007-10-11 14:14:10 +00:00
  • 141ccae1dd added generic parameter for sigmoid function tlegrand 2007-10-11 14:10:27 +00:00
  • b17888d0b4 added new tests tlegrand 2007-10-11 14:08:41 +00:00
  • 9174a37355 added PSO ring topology test tlegrand 2007-10-11 14:08:06 +00:00
  • 9ff1e99715 added PSO ring topology tlegrand 2007-10-11 14:03:18 +00:00
  • 65907b6222 *** empty log message *** tlegrand 2007-10-08 15:33:46 +00:00
  • c864f2deb5 added best position updating + printOn tlegrand 2007-10-08 15:22:25 +00:00
  • 7d89f5a97c added autoconf > 2.6 compatibility tlegrand 2007-10-04 15:10:11 +00:00
  • f5789db336 add coding cookies for Emacs and vim kuepper 2007-09-25 21:29:31 +00:00
  • 3f5d0df3ee added patched tcc source tree maartenkeijzer 2007-09-23 08:37:09 +00:00
  • 40f5377cf1 updated include dependencies maartenkeijzer 2007-09-23 08:35:51 +00:00
  • 6b0cfffe09 Added #ifdef HAVE_GNUPLOT for Windows compatibility tlegrand 2007-09-19 11:45:19 +00:00
  • b1220d189b Added eoNSGA_II classes in eomoo lib tlegrand 2007-09-19 11:44:39 +00:00
  • 1063826d14 Forget gprop application under Visual Studio tlegrand 2007-09-19 11:41:08 +00:00
  • 1990bffd2b Several fixes tlegrand 2007-09-19 11:40:31 +00:00
  • 5b734537f6 Added basic CMake file tlegrand 2007-09-19 11:32:47 +00:00
  • c28be053cc Avoid EONSGA in the lib (errors with Windows/MVS) tlegrand 2007-09-18 15:40:31 +00:00
  • 112b34bceb Completed CMake config tlegrand 2007-09-18 15:12:22 +00:00
  • 45dff2e35f Corrected missing eo.doxytag tlegrand 2007-09-14 14:47:15 +00:00
  • 0e264b575b removed --force-missing option for Automake: incompatible with the latest versions tlegrand 2007-09-13 15:13:15 +00:00
  • 292f9cfd2a Added cmake support, deleted Autoconf/Automake stuff and made an easy-to-use process tlegrand 2007-09-13 13:36:13 +00:00
  • 04fcf88b4c Changed file format (to avoid Visual Studio errors): MAC --> DOS tlegrand 2007-09-11 14:20:16 +00:00
  • e5cd9cb379 Added HAVE_GNUPLOT checking tlegrand 2007-09-11 13:59:49 +00:00
  • 36c14fed9e Various changes and optimizations maartenkeijzer 2007-09-10 10:30:53 +00:00
  • 373c26caba Woops, used the wrong sort here maartenkeijzer 2007-09-06 08:15:22 +00:00
  • 2b303560fa added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc maartenkeijzer 2007-09-05 13:52:17 +00:00
  • cb85c19259 added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc maartenkeijzer 2007-09-05 11:36:44 +00:00
  • d78387591b added eoEpsMOEA support maartenkeijzer 2007-09-04 15:30:42 +00:00
  • 29816fc197 added epsilon moea maartenkeijzer 2007-09-04 15:26:45 +00:00
  • 1be65a94ad made fitness() query return const reference maartenkeijzer 2007-09-04 13:44:41 +00:00
  • fe9fe17eb6 removed const qualifier from choice() member maartenkeijzer 2007-09-04 13:44:02 +00:00
  • b2ac3d6958 Added member to get to the embedded fitness object maartenkeijzer 2007-09-04 07:50:31 +00:00
  • 98f763466a Added reinitialization of fitness when fitness is invalidated. Needed this to clear worths in multi-objective case maartenkeijzer 2007-09-04 07:47:46 +00:00
  • f93327a041 several fixes maartenkeijzer 2007-09-03 14:37:27 +00:00