English

A Fast Incremental BSP Tree Archive for Non-dominated Points

Data Structures and Algorithms 2016-09-13 v2

Abstract

Maintaining an archive of all non-dominated points is a standard task in multi-objective optimization. Sometimes it is sufficient to store all evaluated points and to obtain the non-dominated subset in a post-processing step. Alternatively the non-dominated set can be updated on the fly. While keeping track of many non-dominated points efficiently is easy for two objectives, we propose an efficient algorithm based on a binary space partitioning (BSP) tree for the general case of three or more objectives. Our analysis and our empirical results demonstrate the superiority of the method over the brute-force baseline method, as well as graceful scaling to large numbers of objectives.

Keywords

Cite

@article{arxiv.1604.01169,
  title  = {A Fast Incremental BSP Tree Archive for Non-dominated Points},
  author = {Tobias Glasmachers},
  journal= {arXiv preprint arXiv:1604.01169},
  year   = {2016}
}

Comments

This paper has been submitted to the conference EMO'2017

R2 v1 2026-06-22T13:25:21.915Z