From 9c4d95c79ad1f6767cdf7984cb06e53a7d853b04 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Thu, 19 Feb 2009 13:48:15 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1445 331e1502-861f-0410-8da2-ba01fb791d7f --- .../src/metric/moeoHyperVolumeDifferenceMetric.h | 4 ++-- .../paradiseo-moeo/src/metric/moeoHyperVolumeMetric.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tags/paradiseo1.2/paradiseo-moeo/src/metric/moeoHyperVolumeDifferenceMetric.h b/tags/paradiseo1.2/paradiseo-moeo/src/metric/moeoHyperVolumeDifferenceMetric.h index 5d1754235..9819efc02 100644 --- a/tags/paradiseo1.2/paradiseo-moeo/src/metric/moeoHyperVolumeDifferenceMetric.h +++ b/tags/paradiseo1.2/paradiseo-moeo/src/metric/moeoHyperVolumeDifferenceMetric.h @@ -43,8 +43,8 @@ #include /** - * The contribution metric evaluates the proportion of non-dominated solutions given by a Pareto set relatively to another Pareto set - * (Meunier, Talbi, Reininger: 'A multiobjective genetic algorithm for radio network optimization', in Proc. of the 2000 Congress on Evolutionary Computation, IEEE Press, pp. 317-324) +* The hypervolume difference metric as proposed by Zitzler et al (2003). + * Zitzler, E., Thiele, L., Laumanns, M., Fonseca, C., Grunert da Fonseca, V. (2003): Performance Assessment of Multiobjective Optimizers: An Analysis and Review. IEEE Transactions on Evolutionary Computation, Vol. 7, No. 2, pages 117--132. */ template < class ObjectiveVector > class moeoHyperVolumeDifferenceMetric : public moeoVectorVsVectorBinaryMetric < ObjectiveVector, double > diff --git a/tags/paradiseo1.2/paradiseo-moeo/src/metric/moeoHyperVolumeMetric.h b/tags/paradiseo1.2/paradiseo-moeo/src/metric/moeoHyperVolumeMetric.h index 1a18bc33c..ca62f4bbc 100644 --- a/tags/paradiseo1.2/paradiseo-moeo/src/metric/moeoHyperVolumeMetric.h +++ b/tags/paradiseo1.2/paradiseo-moeo/src/metric/moeoHyperVolumeMetric.h @@ -42,8 +42,8 @@ #include /** - * The contribution metric evaluates the proportion of non-dominated solutions given by a Pareto set relatively to another Pareto set - * (Meunier, Talbi, Reininger: 'A multiobjective genetic algorithm for radio network optimization', in Proc. of the 2000 Congress on Evolutionary Computation, IEEE Press, pp. 317-324) + * The hypervolume metric as proposed by Zitzler et al (2003). + * Zitzler, E., Thiele, L., Laumanns, M., Fonseca, C., Grunert da Fonseca, V. (2003): Performance Assessment of Multiobjective Optimizers: An Analysis and Review. IEEE Transactions on Evolutionary Computation, Vol. 7, No. 2, pages 117--132. */ template < class ObjectiveVector > class moeoHyperVolumeMetric : public moeoVectorUnaryMetric < ObjectiveVector , double >