Efficient Projection Partitioning for parallel multi-objective integer optimisation
William Pettersson, Melih Ozlen

TL;DR
This paper presents Efficient Projection Partitioning, a novel method for partitioning solution spaces in parallel multi-objective integer optimization, significantly improving performance and scalability over existing techniques.
Contribution
The paper introduces a new projection-based partitioning method that enhances parallel processing efficiency in multi-objective integer optimization problems.
Findings
EPP outperforms existing partitioning methods in all tested scenarios.
EPP enables handling larger problems with more variables and objectives.
Source code is provided for community use and further development.
Abstract
This paper introduces a new method of partitioning the solution space of a multi-objective optimisation problem for parallel processing, called Efficient Projection Partitioning. This method projects solutions down into a single dimension, greatly reducing the cost of partitioning the search space. We test EPP on a variety of randomly generated multi-objective combinatorial optimisation problems. The results are compared with the state of the art in parallel partitioning, and we show that in all scenarios tested, our new algorithm performs significantly better. Our proposed method allows the generation of non-dominated sets of larger problems with more decision variables or objective functions through the use of highly parallel computational infrastructure. Source code is provided to allow others to utilise, build upon and improve the algorithm
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Constraint Satisfaction and Optimization · Optimization and Packing Problems
