#include <moeoContributionMetric.h>
Inheritance diagram for moeoContributionMetric< ObjectiveVector >:

Public Member Functions | |
| double | operator() (const std::vector< ObjectiveVector > &_set1, const std::vector< ObjectiveVector > &_set2) |
| Returns the contribution of the Pareto set '_set1' relatively to the Pareto set '_set2'. | |
Private Member Functions | |
| unsigned | card_C (const std::vector< ObjectiveVector > &_set1, const std::vector< ObjectiveVector > &_set2) |
| Returns the number of solutions both in '_set1' and '_set2'. | |
| unsigned | card_W (const std::vector< ObjectiveVector > &_set1, const std::vector< ObjectiveVector > &_set2) |
| Returns the number of solutions in '_set1' dominating at least one solution of '_set2'. | |
| unsigned | card_N (const std::vector< ObjectiveVector > &_set1, const std::vector< ObjectiveVector > &_set2) |
| Returns the number of solutions in '_set1' having no relation of dominance with those from '_set2'. | |
of the 2000 Congress on Evolutionary Computation, IEEE Press, pp. 317-324)
Definition at line 23 of file moeoContributionMetric.h.
| double moeoContributionMetric< ObjectiveVector >::operator() | ( | const std::vector< ObjectiveVector > & | _set1, | |
| const std::vector< ObjectiveVector > & | _set2 | |||
| ) | [inline] |
Returns the contribution of the Pareto set '_set1' relatively to the Pareto set '_set2'.
| _set1 | the first Pareto set | |
| _set2 | the second Pareto set |
Definition at line 32 of file moeoContributionMetric.h.
References moeoContributionMetric< ObjectiveVector >::card_C(), moeoContributionMetric< ObjectiveVector >::card_N(), and moeoContributionMetric< ObjectiveVector >::card_W().
| unsigned moeoContributionMetric< ObjectiveVector >::card_C | ( | const std::vector< ObjectiveVector > & | _set1, | |
| const std::vector< ObjectiveVector > & | _set2 | |||
| ) | [inline, private] |
Returns the number of solutions both in '_set1' and '_set2'.
| _set1 | the first Pareto set | |
| _set2 | the second Pareto set |
Definition at line 49 of file moeoContributionMetric.h.
Referenced by moeoContributionMetric< ObjectiveVector >::operator()().
| unsigned moeoContributionMetric< ObjectiveVector >::card_W | ( | const std::vector< ObjectiveVector > & | _set1, | |
| const std::vector< ObjectiveVector > & | _set2 | |||
| ) | [inline, private] |
Returns the number of solutions in '_set1' dominating at least one solution of '_set2'.
| _set1 | the first Pareto set | |
| _set2 | the second Pareto set |
Definition at line 65 of file moeoContributionMetric.h.
Referenced by moeoContributionMetric< ObjectiveVector >::operator()().
| unsigned moeoContributionMetric< ObjectiveVector >::card_N | ( | const std::vector< ObjectiveVector > & | _set1, | |
| const std::vector< ObjectiveVector > & | _set2 | |||
| ) | [inline, private] |
Returns the number of solutions in '_set1' having no relation of dominance with those from '_set2'.
| _set1 | the first Pareto set | |
| _set2 | the second Pareto set |
Definition at line 81 of file moeoContributionMetric.h.
Referenced by moeoContributionMetric< ObjectiveVector >::operator()().
1.5.1