Commit graph

  • 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
  • f2f65d7ed4 more bugfixes maartenkeijzer 2007-08-31 14:12:54 +00:00
  • 220c89d1d5 changed eoTruncate to use sort. nth_element leads to weird results in moo case maartenkeijzer 2007-08-31 14:03:35 +00:00
  • 1d4cfb0da8 made stuff virtual maartenkeijzer 2007-08-31 13:45:46 +00:00
  • a5261fec51 Refactoring maartenkeijzer 2007-08-31 13:27:40 +00:00
  • 7e76e6e9c2 updated nsga maartenkeijzer 2007-08-31 13:26:41 +00:00
  • b11638cd54 refactoring maartenkeijzer 2007-08-31 12:59:18 +00:00
  • ec2eaae4ce hmm not a good idea to replace with dummy maartenkeijzer 2007-08-31 11:19:26 +00:00
  • 879da6b82e update needed for multi-objective approach maartenkeijzer 2007-08-31 11:08:25 +00:00
  • bc1207edb8 updated comments maartenkeijzer 2007-08-31 11:05:59 +00:00
  • 553586d55f added new multi-objective support maartenkeijzer 2007-08-31 10:57:05 +00:00
  • 283026ed5c fixed bug in NSGA-II, only niching on last objective maartenkeijzer 2007-08-31 06:47:39 +00:00
  • 5f9b1a9bfd fixed bug in NSGA-II, only niching on last objective maartenkeijzer 2007-08-30 22:30:52 +00:00
  • 28e59ff064 eoRNG.h (eoRng::random): Add comment on truncation as standard way of floating point to integer conversion. kuepper 2007-08-22 07:30:47 +00:00
  • 4c89acad72 Fix according to [ 1663606 ] eoBitOp vector access kuepper 2007-08-21 14:52:50 +00:00
  • 44fab2d8e4 Fix wrong removalr of necessary include statement kuepper 2007-08-21 14:50:55 +00:00
  • ac601df371 Correctly round towards zero in random(uint32_t) kuepper 2007-08-21 14:47:14 +00:00
  • 797896e002 Minor cleanup kuepper 2007-08-21 14:44:41 +00:00
  • 2bbd2e0d80 Fix typos kuepper 2007-08-21 13:58:53 +00:00
  • ab0fd90f46 brought gprop into 21st century maartenkeijzer 2007-08-11 20:48:07 +00:00
  • f5c3ea10be bug corrected while default constructing liefooga 2007-08-10 14:50:14 +00:00
  • 7f62a3f6f2 added #ifdef SIGQUIT for windows compatibility tlegrand 2007-08-10 14:31:04 +00:00
  • 952bf0a1d8 added #define _MSC_VER_ for windows compatibility tlegrand 2007-08-10 14:30:26 +00:00
  • 89047a3db6 added CMake configuration files tlegrand 2007-08-10 14:29:12 +00:00
  • fae3ee5b53 added CMake configuration file tlegrand 2007-08-10 14:27:12 +00:00
  • 6b8aed80c3 bug for maximization corrected liefooga 2007-08-10 13:06:39 +00:00
  • 7a47863fd2 I have forgotten to regenerate the documentation, it is done jboisson 2007-08-03 14:40:30 +00:00
  • 0c4e0a57fe some misspelling errors have been corrected jboisson 2007-08-03 14:39:28 +00:00
  • 1d94071693 In the TSP, the fitness has to be minimized ... with all the needed modification (for example, moSA.h) jboisson 2007-08-03 14:28:06 +00:00
  • 47b858df87 Add extra functionwrapper to member 'size' xohm 2007-08-02 10:48:20 +00:00
  • a601ae0e8a Excluded 'config.h' from windows build xohm 2007-08-02 10:47:15 +00:00
  • 1d19fdd3ec Add static var-declaration xohm 2007-08-02 10:46:07 +00:00
  • a6d670243d Cmake multiplattform buildfile xohm 2007-08-02 10:45:12 +00:00
  • cf2310ff62 *** empty log message *** xohm 2007-08-02 10:15:13 +00:00
  • f38dde99a5 tabu_search.cpp has been updated jboisson 2007-08-02 07:22:16 +00:00
  • 20f0a9fef4 moSolContinue(s) modifications, maximization ==> minimization jboisson 2007-08-02 07:04:07 +00:00
  • cba18441d6 misspelling errors have been corrected in some files. improvment -> improvement jboisson 2007-07-31 12:15:20 +00:00
  • bc6cbb56b5 small errors have been corrected jboisson 2007-07-31 11:55:27 +00:00
  • 0693358307 moFitSolContinue, moSteadyFitSolContinue and moNoFitImprSolContinue are added jboisson 2007-07-31 11:48:12 +00:00
  • bbe5e6f2b4 cmake "elseif" correction legrand 2007-07-18 14:03:28 +00:00
  • 0f855af124 corrected dummy error legrand 2007-07-18 13:14:53 +00:00
  • 52e89bbcde cmake modifs for ELSEIF compatibility legrand 2007-07-18 13:00:27 +00:00
  • 99bb07466f comments removed maartenkeijzer 2007-07-17 13:03:29 +00:00
  • 39a6864e3d Adding timed continuator maartenkeijzer 2007-07-17 13:01:00 +00:00
  • 17497f0415 cout deleted liefooga 2007-07-17 09:07:10 +00:00
  • 01550a2c11 update with new fitness assignment liefooga 2007-07-17 09:01:16 +00:00
  • 87cb8e0a6f new abstract function liefooga 2007-07-17 09:00:45 +00:00
  • 20fdb9df76 Doc is updated jboisson 2007-07-06 15:25:42 +00:00
  • e16a991d16 readme OK legrand 2007-07-06 13:36:42 +00:00
  • 6661687a93 deleted bad readme legrand 2007-07-06 13:36:19 +00:00
  • a8791b60a1 readme small modif legrand 2007-07-06 13:35:54 +00:00
  • ccd734bf5a new readmes legrand 2007-07-06 13:33:40 +00:00
  • a616762cab deleted bad readmes legrand 2007-07-06 13:32:55 +00:00
  • 9b05ef4f87 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@569 331e1502-861f-0410-8da2-ba01fb791d7f atantar 2007-07-06 13:23:30 +00:00
  • a741e38096 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@568 331e1502-861f-0410-8da2-ba01fb791d7f atantar 2007-07-06 13:17:14 +00:00
  • 4cdb885d33 README is updated (sorry Thomas) jboisson 2007-07-06 13:14:04 +00:00
  • c43cece6e6 README file up-to-date liefooga 2007-07-06 13:09:13 +00:00
  • d45f2b8f56 added cmake config legrand 2007-07-06 09:47:00 +00:00
  • a43c436dbf deleted fake file legrand 2007-07-06 09:46:34 +00:00
  • 4f2e5d502d deleted error ADDADD_TARGET... legrand 2007-07-06 09:44:07 +00:00
  • 83492c77ff deleted files dedicated to 1.0 legrand 2007-07-06 08:59:09 +00:00
  • 16bc4e9ab9 added moeo for 1.0-beta version legrand 2007-07-06 08:57:41 +00:00
  • 980a397f6a create tag for 1.0-beta legrand 2007-07-06 08:50:12 +00:00
  • cfdd67cbec big modifs on CMake config, doc and make install process legrand 2007-07-06 08:07:01 +00:00
  • f58813fd6e doc up-to-date liefooga 2007-07-06 07:40:50 +00:00
  • 1d2c54cadf doc deleted liefooga 2007-07-06 07:40:13 +00:00
  • 3f759bd206 add 'maximizing' function in all lesson's Objective Traits liefooga 2007-07-06 07:27:07 +00:00
  • 48c8517ce8 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@555 331e1502-861f-0410-8da2-ba01fb791d7f atantar 2007-07-05 17:54:36 +00:00
  • 53212f423a git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@554 331e1502-861f-0410-8da2-ba01fb791d7f atantar 2007-07-05 17:44:06 +00:00
  • 5d188b8c84 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@553 331e1502-861f-0410-8da2-ba01fb791d7f atantar 2007-07-05 17:43:10 +00:00
  • d6f197d8cd doc up-to-date liefooga 2007-07-05 15:37:48 +00:00
  • fe4592e8ab doc up-to-date liefooga 2007-07-05 15:37:10 +00:00
  • 0ea8840535 corrected param file liefooga 2007-07-05 15:33:42 +00:00
  • 1ab052d9b6 new link to eo doc legrand 2007-07-05 15:30:40 +00:00
  • f697504002 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@548 331e1502-861f-0410-8da2-ba01fb791d7f atantar 2007-07-05 15:29:04 +00:00
  • edae924ca3 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@547 331e1502-861f-0410-8da2-ba01fb791d7f atantar 2007-07-05 14:37:47 +00:00
  • d6fdf10ca5 small code modifications and pdf of the lessons added jboisson 2007-07-05 12:43:05 +00:00
  • 64345fd240 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@545 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 12:30:05 +00:00
  • 3c57c56def added new doc files legrand 2007-07-05 11:47:05 +00:00
  • c0aa650dbf git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@543 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 11:46:12 +00:00
  • 47a4a4a4f1 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@542 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 11:44:31 +00:00
  • 8c41fc0b81 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@541 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 11:43:49 +00:00
  • f2bd57d995 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@540 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 11:42:47 +00:00
  • 4b1ae825bd git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@539 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 09:39:21 +00:00
  • 108e954c22 added cmake config legrand 2007-07-05 09:28:03 +00:00
  • ae4ffd889e git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@537 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 09:18:30 +00:00
  • 5109b0b9c5 modifs... legrand 2007-07-05 09:06:15 +00:00
  • 8eec676a69 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@535 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 08:53:52 +00:00
  • 0d74d215af git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@534 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 08:53:11 +00:00
  • 435b9e3389 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@533 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 08:52:14 +00:00
  • af36aec99d git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@532 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 08:51:55 +00:00
  • 4459b095e6 git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@531 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 08:51:33 +00:00
  • 95d2ab0e6e git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@530 331e1502-861f-0410-8da2-ba01fb791d7f legrand 2007-07-05 08:51:23 +00:00