Core Concepts
This paper proposes a method to approximate a segment of the Pareto set of a continuous multiobjective optimization problem using a sparse linear model that considers variable sharing among the solutions.
Abstract
The paper addresses the problem of approximating a segment of the Pareto set (PS) of a continuous multiobjective optimization problem (MOP) under the constraint of variable sharing among the solutions. The key points are:
The authors define a performance metric that considers both the optimality of the solutions and the degree of variable sharing. The metric includes an expected aggregation value term and a variable sharing degree (VSD) term.
They model the local PS segment using a sparse linear model, where the sparsity of the model parameters is used as an implementation of the VSD. This allows generating solutions with shared variables.
The authors develop an algorithm called MOEA/D-LLA that maintains a dataset of preference vector-solution pairs and iteratively trains the linear model to minimize the performance metric.
Experiments are conducted on both a custom problem without shared variables and standard test problems with shared variables. The results show that the proposed method can effectively balance optimality and variable sharing by tuning the weight between the two terms in the performance metric.
For problems with naturally shared variables in the PS, the linear model's predictions achieve better R-metric values compared to the original MOEA/D algorithm. However, for the custom problem without shared variables, increasing the weight on variable sharing leads to a deterioration in optimality.
Overall, the paper presents a novel approach to approximate a local PS segment while considering the user's preference for shared variables among the solutions, which is an important practical requirement in many engineering design applications.
Stats
The paper does not provide any explicit numerical data or statistics to support the key claims. The results are presented in the form of figures and qualitative discussions.
Quotes
The paper does not contain any direct quotes that are particularly striking or supportive of the key arguments.