English

Novel algorithm to calculate hypervolume indicator of Pareto approximation set

Computational Geometry 2007-05-23 v1 Neural and Evolutionary Computing

Abstract

Hypervolume indicator is a commonly accepted quality measure for comparing Pareto approximation set generated by multi-objective optimizers. The best known algorithm to calculate it for nn points in dd-dimensional space has a run time of O(nd/2)O(n^{d/2}) with special data structures. This paper presents a recursive, vertex-splitting algorithm for calculating the hypervolume indicator of a set of nn non-comparable points in d>2d>2 dimensions. It splits out multiple child hyper-cuboids which can not be dominated by a splitting reference point. In special, the splitting reference point is carefully chosen to minimize the number of points in the child hyper-cuboids. The complexity analysis shows that the proposed algorithm achieves O((d2)n)O((\frac{d}{2})^n) time and O(dn2)O(dn^2) space complexity in the worst case.

Keywords

Cite

@article{arxiv.0704.1196,
  title  = {Novel algorithm to calculate hypervolume indicator of Pareto approximation set},
  author = {Qing Yang and Shengchao Ding},
  journal= {arXiv preprint arXiv:0704.1196},
  year   = {2007}
}

Comments

9 pages, 2 figures. Comments are welcome