(see gHSSDTree.cpp)
An efficient algorithm for greedy decremental hypervolume subset selection (gHSSD)
The time complexity is
This is the implementation of our method proposed in:
Jingda Deng, Jianyong Sun, Qingfu Zhang, and Hui Li, "Efficient Greedy Decremental Hypervolume Subset Selection Using Space Partition Tree", IEEE Transactions on Evolutionary Computation, 2024, DOI: 10.1109/TEVC.2024.3400801
(see gHSSDbyBF.cpp)
Our implementation for the Bringmann and Friedrich's algorithm [1], and its application for gHSSD.
The time complexity is
[1] Karl Bringmann, Tobias Friedrich, "An Efficient Algorithm for Computing Hypervolume Contributions", Evolutionary Computation, vol. 18, no. 3, pp. 383-402, 2010.
Test sets in the numerical experiments including:
- Random sets: spherical, cliff, linear sets
- Point sets from EMOA: DTLZ1-DTLZ7 solution sets
Jingda Deng
School of Mathematics and Statistics
Xi'an Jiaotong University
E-mail: [email protected]
2024/01/12 Improve the implementation of gHSSD-Tree, with 20%-50% speed-up