Cardinality
Method |
---|
FrontContainer |
double coverage(const front &rhs) const |
double coverage_ratio(const front &rhs) const |
Parameters
rhs
- front being compared
Return value
- C-metric indicator
Complexity
\[
O(m n \log n)
\]
Notes
Cardinality indicators compare two fronts and indicate how many points in one front are non-dominated by points in the other front. The coverage ratio compares which front dominates more points in the other with lhs.coverage(rhs) / rhs.coverage(lhs)
.
Example
Continuing from the previous example:
1 2 3 4 |
|
1 2 3 4 |
|
1 2 3 4 |
|