Skip to content

Submission for PPSN 2018

Pre-release
Pre-release
Compare
Choose a tag to compare
@mbuzdalov mbuzdalov released this 03 Apr 12:44
· 491 commits to master since this release
95b2e27

This is the release that accompanies the paper called

"Towards Large-Scale Multiobjective Optimization: Extremely Fast Hybrid Non-Dominated Sorting"

by Margarita Markina (@markina) and Maxim Buzdalov (@mbuzdalov), which is submitted to the Parallel Problem Solving from Nature conference (PPSN).

Below come the plots of the running times for the following algorithms:

  • the divide-and-conquer algorithm: JensenFortinBuzdalov.getRedBlackTreeSweepImplementation(1);
  • the non-dominated tree algorithm (ENS-NDT) with split threshold size 8: ENS.getENS_NDT(8);
  • the single-tree non-dominated tree algorithm (ENS-NDT-ONE) with split threshold size 8: ENS.getENS_NDT_OneTree(8);
  • the hybrid algorithm (tree split threshold size 8, switch-to-tree threshold 100 for dimension 3, 20000 for larger dimensions): JensenFortinBuzdalov.getRedBlackTreeSweepHybridNDTImplementation(8).

uniform hypercube d3
uniform hypercube d5
uniform hypercube d7
uniform hypercube d10
uniform hypercube d15
uniform hyperplane d3
uniform hyperplane d5
uniform hyperplane d7
uniform hyperplane d10
uniform hyperplane d15