git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1445 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
jhumeau 2009-02-19 13:48:15 +00:00
commit 9c4d95c79a
2 changed files with 4 additions and 4 deletions

View file

@ -43,8 +43,8 @@
#include <metric/moeoHyperVolumeMetric.h>
/**
* 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 >

View file

@ -42,8 +42,8 @@
#include <metric/moeoMetric.h>
/**
* 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 >