# Efficient Projection Partitioning for parallel multi-objective integer   optimisation

**Authors:** William Pettersson, Melih Ozlen

arXiv: 1704.08417 · 2017-11-23

## 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.

## Key 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

---
Source: https://tomesphere.com/paper/1704.08417