Commit graph

5,216 commits

Author SHA1 Message Date
Arnaud Liefooghe
c876f0b58b maximizing objectives 2014-10-22 12:35:00 +02:00
Arnaud Liefooghe
5a74f9a3c6 trick to allow maximization 2014-10-17 15:27:43 +02:00
Arnaud Liefooghe
b6b5cd6e2f missing function in moBitsNeighborhood.h 2014-10-17 15:06:59 +02:00
Arnaud Liefooghe
c5e5af64d0 some cleanup of memory consumption when using IBEA with a large population 2014-10-17 15:04:32 +02:00
Arnaud Liefooghe
54a229dfde bug IBEA-hypervolume corrected 2014-10-06 15:15:40 +02:00
Arnaud Liefooghe
5f9689fc23 hypervolume pointers + doc 2014-10-06 14:51:37 +02:00
manu
749119070c * Fixes in the build system to be able to build DTLZ from within the GIT repository. It seems the paths have changed since this library was developed. 2014-09-25 22:33:26 +02:00
manu
217f11e33e * problems/DTLZ/src/: Do not build DTLZObjectiveVector using nbVar. 2014-09-25 17:49:44 +02:00
manu
521c7e5bf5 * Add problems/DTLZ from http://paradiseo.gforge.inria.fr/index.php?n=Problems.DTLZ 2014-09-25 15:28:21 +02:00
manu
dffd873774 * Delete executable bit from *.cpp files. 2014-09-23 17:43:47 +02:00
manu
84651f7a92 * Remove executable bit from header files. 2014-09-23 17:32:37 +02:00
manu
b7426894b0 Merge branch 'master' of git://scm.gforge.inria.fr/paradiseo/paradiseo 2014-09-23 17:06:57 +02:00
verel
7a1b38aa02 add include in indextabulist 2014-07-23 12:02:18 +02:00
verel
fa03cd7efe update moIndexedVectorTabuList 2014-06-27 21:25:08 +02:00
verel
191aa1c872 Update moMonOpPerturb 2014-06-25 22:54:15 +02:00
verel
edefae4b28 Small modif in moIndexedSwapNeighbor 2014-06-25 17:02:38 +02:00
verel
d3d88d4cc5 Add MPX crossover 2014-06-23 08:11:47 +02:00
verel
af1b621a10 add incremental eval for NK landscapes with corresponding test. Update INSTAL section test with the correct option 2014-06-22 15:45:33 +02:00
quemy
b0479a15e9 Fix a bug in SMP Master / Worker model when the population size is lower than the number of workers. 2014-05-25 21:52:22 +02:00
quemy
e71dea0c5a Fix some warnings in eo and moeo. 2014-05-03 18:58:55 +02:00
manu
1f09aa656f Typo in moeo comments. 2014-05-01 19:21:43 +02:00
manu
f87617e21e * Fix typo: betwenn -> between. 2014-04-28 18:39:54 +02:00
manu
38ccef5058 Update various comments
* moeo/src/algo/moeoSPEA2.h: replace NSGA-II by SPEA2 in comments.
 * moeo/src/diversity/moeoFrontByFrontCrowdingDiversityAssignment.h:  Fix typos.
 * moeo/src/diversity/moeoNearestNeighborDiversityAssignment.h: Mention SPEA2. Cite Zitzler.
2014-04-25 21:29:59 +02:00
manu
33d82973d2 * mo/src/acceptCrit/moBetterAcceptCrit.h: Fix typo.
Signed-off-by: quemy <alexandre.quemy@gmail.com>
2014-04-25 18:30:59 +02:00
quemy
84b3601f90 Invalidate individuals in order to force evaluation in Island. Remove some debug messages. 2013-11-22 08:31:46 +01:00
quemy
cfbe7ad242 Fix a bug in IslandModel in order to clean the list of emigrants at the end of the algorithm 2013-11-21 13:20:22 +01:00
quemy
7c4346d090 Revert some modifications in the main CMakefiles
accidentally pushed.
2013-11-21 12:56:47 +01:00
quemy
b1c7e1f256 Wrapper on eoFitContinue in order to allow islands to stop as soon as an island found a good solution 2013-11-21 12:40:24 +01:00
Johann Dreo
51a1af0924 Merge branch 'master' of https://gforge.inria.fr/git/paradiseo/paradiseo 2013-09-18 10:32:46 +02:00
Johann Dreo
5b39705a20 BUGFIX pop split everywhere in exp dual fitness assignment
Apply the fitness assignment on both splited pop, not just one.
Apply also the partial update on splited pop.
Confine numeric valuesto double limits, to avoid overflows.
2013-06-26 18:09:49 +02:00
Johann Dreo
6b886664e8 Replace a cout msg by a eo::log warning 2013-06-26 18:09:26 +02:00
liefooga
6fc4d043e0 fast computation of dominance-depth corrected for minimizing objectives 2013-06-25 16:28:25 +02:00
Johann Dreo
e6beab8e5c Use the fitness type instead of the objective vectors in fitness assignments 2013-06-25 15:42:56 +02:00
Johann Dreo
0567d7be6c Use a specific comparator for the dual objective vector
Because we want to have a separated comparator to use in the archive or…
2013-06-25 15:41:29 +02:00
Johann Dreo
2233403b5f Use a dedicated setup in dual HV metric, with feasibility 2013-06-21 11:26:41 +02:00
Johann Dreo
3d0db369bc Use the feasibility of the current individual for the feasability of the metric in dual fitness assignment 2013-06-21 11:09:15 +02:00
Johann Dreo
80aa04d6da Overload setup in the dual fitness assignment, to handle comparison overloading 2013-06-21 09:52:12 +02:00
Johann Dreo
161d137d50 Add templates types as members of the dual fitness 2013-06-21 09:51:25 +02:00
Johann Dreo
8340168ee8 BUGFIX: correct handling of initialization security in dual fitness
Remove the operator= overloads.
Represent badly initialized dual fitness by a "?" for the feasibility.
2013-06-20 13:48:28 +02:00
Johann Dreo
f8603acf3c bugfix: consider a dual fitness to be correctly initialized from a pair 2013-06-17 13:59:09 +02:00
Johann Dreo
6f4ecc603b bugfix correct asserts for nth element stat 2013-06-13 16:28:51 +02:00
Johann Dreo
2b80b91d28 Use the templatized type for the metric in binary metric stat 2013-06-13 16:25:55 +02:00
Johann Dreo
c6868cf494 bugfix: correct nth position in nth element stat 2013-06-13 16:25:32 +02:00
Johann Dreo
eef624e3f6 Do not try to call dual stats on empty pop, print "?" instead 2013-06-13 16:25:00 +02:00
Johann Dreo
966a5670cb Add an option to print names in front of values in stream monitor 2013-06-13 15:41:03 +02:00
Johann Dreo
6fa57622be Missing header and include guards for moeoBinaryMetricStat 2013-06-13 14:50:44 +02:00
Johann Dreo
0c82be47df Add an Nth element stat to compute median without sorting the pop 2013-06-13 14:50:08 +02:00
Johann Dreo
819c2c3106 [COMPATIBILITY] Remove a unused parameter in eoInterquartileRangeStat constructor 2013-06-13 14:49:08 +02:00
Johann Dreo
8679da695c Add a reference to the template type in eoStat 2013-06-13 14:48:40 +02:00
Johann Dreo
f4b71dffad Add a warning when computing stat in empty pop 2013-06-13 14:48:00 +02:00